Gets a reference to the command that would be redone if Redo is invoked.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public Command NextRedo { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property NextRedo As Command |
An instance of the Command class.
When no action has been undone, the current action pointer refers to the end of the history queue and NextRedo returns null.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |