Search
Diagram.CanRedo Property
See Also
 






Gets or sets a value indicating whether there is a command in the redo history which can be redone Useful for binding to menu items and buttons IsEnabled property. This is a dependency property.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool CanRedo { get; }

Visual Basic  Copy Code

Public ReadOnly Property CanRedo As Boolean

 Property Value

true if the undo queue contains operations that can be redone; otherwise, false.

 See Also