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

IStateNavigable.RedoStepCount Property

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
ReadOnly Property RedoStepCount As Integer
C#
                int RedoStepCount { get; }

Property Value

Number of available redo steps (levels).

See Also

Reference