Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTimeSpan Class / PreferredHeight Property


In This Topic
PreferredHeight Property (GcTimeSpan)
In This Topic
Gets the preferred height.
Syntax
'Declaration
 
Public ReadOnly Property PreferredHeight As Integer
 
'Usage
 
Dim instance As GcTimeSpan
Dim value As Integer
 
value = instance.PreferredHeight

Property Value

An int value indicates preferred height of the control.
Remarks
This property just as the height of System.Windows.Forms.Control.PreferredSize property.
See Also