UndoLimit Property
Gets or sets the maximum number of items that can reside in the Undo stack
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public int UndoLimit { get; set; }
Public Property UndoLimit As Integer
Get
Set
member UndoLimit : int with get, set