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

ControlPoint.Enabled Property

Gets/sets the enabled state of a control point.

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

Syntax

Visual Basic
Public Overridable Property Enabled As Boolean
C#
public virtual bool Enabled { get; set; }

Property Value

true if a control point is enabled; false otherwise.

See Also

Reference