Gets or sets a value indicating whether saving action records for later undo is enabled.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool UndoEnabled { get; set; } |
Visual Basic Copy Code |
---|
Public Property UndoEnabled As Boolean |
true to save actions for later undo; otherwise false. The default is false.
You might need to disable undo:
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |