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 (Declaration)
ReadOnly Property UndoStepCount As Integer
C#
int UndoStepCount { get; }
Visual C++
property int UndoStepCount {
	int get ();
}

Property Value

Number of available undo steps (levels).

See Also