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