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

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

Syntax

Visual Basic (Declaration)
ReadOnly Property RedoStepCount As Integer
C#
int RedoStepCount { get; }
Visual C++
property int RedoStepCount {
	int get ();
}

Property Value

Number of available redo steps (levels).

See Also