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