Gets or sets a value indicating whether there is a command in the redo history which can be redone.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C#
![]() |
---|
public bool CanRedo { get; } |
Visual Basic
![]() |
---|
Public ReadOnly Property CanRedo As Boolean |
true if the undo queue contains operations that can be redone; otherwise, false.
You can bind the IsEnabled property of menu items or buttons to this property.