Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

17738720 305a b9b8 224c f7db33606c8d

haplokuon edited this page May 6, 2023 · 1 revision

Pattern Property

netDxf 3.0.0 Library

Gets the hatch pattern.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public HatchPattern Pattern { get; set; }

VB

Public Property Pattern As HatchPattern
	Get
	Set

C++

public:
property HatchPattern^ Pattern {
	HatchPattern^ get ();
	void set (HatchPattern^ value);
}

F#

member Pattern : HatchPattern with get, set

Property Value

HatchPattern

See Also

Reference

Hatch Class
netDxf.Entities Namespace

Clone this wiki locally