Gets/sets a maximum number of available undo steps (levels).
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
<BrowsableAttribute(True)> _ Public Property MaxUndoStepCount As Integer
[BrowsableAttribute(true)] public int MaxUndoStepCount { get; set; }
The default value is 10.
It is recommended not to specify too large values for this property if it is possible. Each stored state consumes a number of system resources (file handles, disk space), that is why a large value and a number of user actions will take too much resources.