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

ClosedFreehandVObjectCreateDesigner.Brush Property

Gets/sets a brush that will be used to fill the freehand drawing.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)

Syntax

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

Property Value

A brush to fill the freehand drawing with.

Remarks

Note

If this value is not null, the object can be selected by clicking somewhere inside its inner area. However, if this property is set to null, the object can be selected only by clicking its border. You can use a transparent brush, if you want the object to seem unfilled and still be selected by clicking in its inner area.

See Also

Reference