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