PreferredHeight Property (GcTextBox)
In This Topic
Gets the preferred height.
Syntax
'Declaration
Public ReadOnly Property PreferredHeight As Integer
'Usage
Dim instance As GcTextBox
Dim value As Integer
value = instance.PreferredHeight
public int PreferredHeight {get;}
Property Value
An
int value that indicates the preferred height of the control.
See Also