Enables or disables the undo/redo functionality.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
<BrowsableAttribute(True)> _ Public Property UndoRedoEnabled As Boolean
[BrowsableAttribute(true)] public bool UndoRedoEnabled { get; set; }
Use this property to disable the undo/redo functionality for some time. It is useful when you apply some set of effects or draw a number of shapes as a single atomic operation. In this case you likely do not want to undo sub-operations, but need to undo the entire operation at once.