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

MultiLayerViewer.CanRedo Property

Indicates if the last reverted action can be redone.

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

Syntax

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

Property Value

A value specifying if the last reverted action can be redone.

Remarks

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

See Also

Reference