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: 6.0.2+01ddbab0988c46f3d07855baad19b639e7f74ec1
Syntax
public int MaxLines { get; set; }

Property Value

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