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

PathControlPoint.Brush Property

Gets/sets a brush that will be used to fill the control point.

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 the control point.

Remarks

Note

If this value is not null, the object can be selected by clicking somewhere in 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