'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
A System.Int32 value indicate the maximum counts of lines.The default is zero.