| 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; }
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:
Int32Remarks
After exceeding the maximum number, first line will be deleted.
See Also