Search
Diagram.UndoManager Property
See Also
 





Gets a reference to the diagram's UndoManager instance.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public UndoManager UndoManager { get; }

Visual Basic  Copy Code

Public ReadOnly Property UndoManager As UndoManager

 Property Value

A reference to UndoManager instance.

 Remarks

Use this property to control the undo manager operations, Undo or Redo commands, and access the command History.

 See Also