Indicates if the last action can be undone.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
<BrowsableAttribute(False)> _ Public ReadOnly Property CanUndo As Boolean
[BrowsableAttribute(false)] public bool CanUndo { get; }
If the undo/redo functionality is disabled (UndoRedoEnabled is set to false), this property always returns false.