Gets or sets a value indicating whether saving action records for later undo is enabled.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public bool UndoEnabled { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property UndoEnabled As Boolean |
See Also