 | 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
Syntaxpublic int MaxLines { get; set; }
Public Property MaxLines As Integer
Get
Set
Dim instance As RichTextBoxTarget
Dim value As Integer
value = instance.MaxLines
instance.MaxLines = value
member MaxLines : int with get, set
Property Value
Type:
Int32
Remarks
After exceeding the maximum number, first line will be deleted.
See Also