'Declaration Public Property CountWrappedLine As Boolean
'Usage Dim instance As GcTextBox Dim value As Boolean instance.CountWrappedLine = value value = instance.CountWrappedLine
public bool CountWrappedLine {get; set;}
Property Value
true if counts the wrapped line; otherwise, false.The default is false.