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