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

dd50c126 89b7 234b cac1 a5a4cc62ce49

haplokuon edited this page May 6, 2023 · 1 revision

Style Property

netDxf 3.0.0 Library

Gets the hatch style.

Definition

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

C#

public HatchStyle Style { get; }

VB

Public ReadOnly Property Style As HatchStyle
	Get

C++

public:
property HatchStyle Style {
	HatchStyle get ();
}

F#

member Style : HatchStyle with get

Property Value

HatchStyle

Remarks

Only normal style is implemented.

See Also

Reference

HatchPattern Class
netDxf.Entities Namespace

Clone this wiki locally