Enables or disables the automatic change tracking.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Property UndoRedoTrackingEnabled As Boolean
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).