This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
08339594 65be df15 1851 b18941d20d59
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the solid fill flag.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public HatchFillType Fill { get; }VB
Public ReadOnly Property Fill As HatchFillType
GetC++
public:
property HatchFillType Fill {
HatchFillType get ();
}F#
member Fill : HatchFillType with get