Gets/sets maximum number of available undo steps (levels).

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

Syntax

Visual Basic (Declaration)
Property MaxUndoStepCount As Integer
C#
int MaxUndoStepCount { get; set; }
Visual C++
property int MaxUndoStepCount {
	int get ();
	void set (int value);
}

Property Value

Maximum number of available undo steps (levels).

See Also