| UndoBufferSizeLimit Property |
Gets or sets the max number of undo steps stored in the undo buffer.
Namespace: DigitalRune.UndoAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public int SizeLimit { get; set; }
Public Property SizeLimit As Integer
Get
Set
public:
property int SizeLimit {
int get ();
void set (int value);
}
member SizeLimit : int with get, set
Property Value
Type:
Int32
The max number of undo steps stored in the undo buffer. The default value is
MaxValue.
Exceptions Remarks See Also