Gets/sets the enabled state of an action.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
Public Overrides Property Enabled As Boolean
public override bool Enabled { get; set; }
When the action is disabled, appropriate control points are hidden, and the user cannot perform this action. However you can apply it progammatically (e.g. modifying the coordinates of control points).