Enables or disables the automatic change tracking.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
<BrowsableAttribute(True)> _ Public Property UndoRedoTrackingEnabled As Boolean
[BrowsableAttribute(true)] public bool UndoRedoTrackingEnabled { get; set; }
If this property is set to false, the undo/redo functionality will be available, but you will have to manually save states to which the content can be reverted (using the SaveState() method).
If this property is set to true, such changes as the following will be tracked automatically: