AvalonEdit
SizeLimit Property
NamespacesICSharpCode.AvalonEdit.DocumentUndoStackSizeLimit
Gets/Sets the limit on the number of items on the undo stack.
Declaration Syntax
C#Visual BasicVisual C++
public int SizeLimit { get; set; }
Public Property SizeLimit As Integer
	Get
	Set
public:
property int SizeLimit {
	int get ();
	void set (int value);
}
Remarks
The size limit is enforced only on the number of stored top-level undo groups. Elements within undo groups do not count towards the size limit.

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238