CountWrappedLine Property
Gets or sets a
bool value that indicates whether to count the wrapped lines when limiting the number of lines allowed by the
MaxLineCount property.
public bool CountWrappedLine {get; set;}
'Declaration
Public Property CountWrappedLine As Boolean
'Usage
Dim instance As GcTextBox
Dim value As Boolean
instance.CountWrappedLine = value
value = instance.CountWrappedLine
Property Value
A
bool that indicates whether to count the wrapped lines.
The default is
false.