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

History.CanUndo Property

Gets the value indicating if the last action can be undone.

Namespace: Aurigma.GraphicsMill.AjaxControls.VectorObjects.RedoUndo
Assembly: Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)

Syntax

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

Property Value

The Boolean value which indicates whether the last action can be undone.

See Also

Reference