Gets a reference to the diagram's UndoManager instance.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public UndoManager UndoManager { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property UndoManager As UndoManager |
A reference to UndoManager instance.
RemarksUse this property to control the undo manager operations, Undo or Redo commands, and access the command History.
See Also