Property MaxUndoLevel
| Improve this Doc View SourceMaxUndoLevel
Gets or sets the maximum number of undo/redo actions. This is a dependency property.
Declaration
public int MaxUndoLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The maximum number of undo/redo actions. The default value is System.Int32.MaxValue. |