public bool IntegralHeight {get; set;}
'Declaration
Public Property IntegralHeight As Boolean
'Usage
Dim instance As GcTextBox
Dim value As Boolean
instance.IntegralHeight = value
value = instance.IntegralHeight
Property Value
A
bool value that indicates whether editing should resize to avoid showing partial lines.
The default is
false.