Click or drag to resize

RichTextBoxTargetMaxLines Property

Gets or sets the maximum number of lines the rich text box will store (or 0 to disable this feature).

Namespace:  NLog.Windows.Forms
Assembly:  NLog.Windows.Forms (in NLog.Windows.Forms.dll) Version: 5.2.3+a6f5d4397ec11371a92ffd5b29f2da9844f01c95
Syntax
public int MaxLines { get; set; }

Property Value

Type: Int32
Remarks
After exceeding the maximum number, first line will be deleted.
See Also