MindFusion.Wpf Pack Programmer's Guide
CommandHistory.Commands Property
See Also
 





Gets the commands saved in the undo / redo history queue.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public CommandList Commands { get; }

Visual Basic  Copy Code

Public ReadOnly Property Commands As CommandList

 Property Value

An instance of the CommandList class representing a read-only collection of Command objects.

 See Also

CommandHistory Members
CommandHistory Class
MindFusion.Diagramming.Wpf Namespace
NextUndo Property
NextRedo Property