HatchPatternStyle Property
|
Gets the hatch style.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public HatchStyle Style { get; }
Public ReadOnly Property Style As HatchStyle
Get
public:
property HatchStyle Style {
HatchStyle get ();
}
member Style : HatchStyle with get
PROPERTY Style AS HatchStyle GET
Property Value
Type:
HatchStyleRemarks Only normal style is implemented.
See Also