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

Brush.Type Property

Returns brush type.

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

Syntax

Visual Basic
Public ReadOnly Property Type As BrushType
C#
public BrushType Type { get; }

Property Value

BrushType value specifying type of the brush.

Remarks

Each class derived from Brush has its own type.

See Also

Reference