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

History.CanRedo Property

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

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

Syntax

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

Property Value

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

See Also

Reference