This documentation is for the old version. Go to the latest Graphics Mill docs

VObjectsRubberband.MaxUndoStepCount Property

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)

Syntax

Visual Basic
<BrowsableAttribute(True)> _
Public Property MaxUndoStepCount As Integer
C#
[BrowsableAttribute(true)]
public int MaxUndoStepCount { get; set; }

Property Value

A maximum number of available undo steps (levels).

Remarks

The default value is 10.

Note

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.

See Also

Reference