'Declaration
Public Property MaxLineCount As Integer
'Usage
Dim instance As GcTextBox Dim value As Integer instance.MaxLineCount = value value = instance.MaxLineCount
public int MaxLineCount {get; set;}
Property Value
An int value that indicates the maximum number of lines.The default is zero.