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

IStateNavigable.UndoStepCount Property

Returns number of available undo levels (i.e. how much time method Undo() can be called).

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
ReadOnly Property UndoStepCount As Integer
C#
                int UndoStepCount { get; }

Property Value

Number of available undo steps (levels).

See Also

Reference