This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
17738720 305a b9b8 224c f7db33606c8d
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the hatch pattern.
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