[]
Gets or sets the maximum counts of acceptable lines.
public int MaxLineCount { get; set; }
Public Property MaxLineCount As Integer
Type | Description |
---|---|
int | A int value indicate the maximum counts of lines.
|
This MaxLineCount limits the acceptable lines of text when the CountWrappedLine property is true and the Multiline property is true too. The default value of this property, zero, means no limit.