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

VObjectsRubberband.UndoStepCount Property

Gets the 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(False)> _
Public ReadOnly Property UndoStepCount As Integer
C#
[BrowsableAttribute(false)]
public int UndoStepCount { get; }

Property Value

The number of available undo steps (levels).

See Also

Reference