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

MultiLayerViewer.CanUndo Property

Indicates if the last action can be undone.

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

Syntax

Visual Basic
<BrowsableAttribute(False)> _
Public ReadOnly Property CanUndo As Boolean
C#
[BrowsableAttribute(false)]
public bool CanUndo { get; }

Property Value

A value specifying if the last action can be undone.

Remarks

If the undo/redo functionality is disabled (UndoRedoEnabled is set to false), this property always returns false.

See Also

Reference