This documentation is for the old version. Go to the latest Graphics Mill docs

HatchBrush.HatchStyle Property

Gets/sets hatch style for this brush.

Namespace: Aurigma.GraphicsMill.Drawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Property HatchStyle As HatchStyle
C#
public HatchStyle HatchStyle { get; set; }

Property Value

HatchStyle value specifying hatch style of the current brush.

Remarks

Default value is Horizontal.

See Also

Reference