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

IStateNavigable.CanUndo Property

Indicates if last change can be undone.

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

Syntax

Visual Basic
ReadOnly Property CanUndo As Boolean
C#
                bool CanUndo { get; }

Property Value

Value specifying if last change can be undone.

See Also

Reference