Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcDateTime Class / PreferredHeight Property


In This Topic
    PreferredHeight Property (GcDateTime)
    In This Topic
    Gets the preferred height.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PreferredHeight As Integer
    'Usage
     
    
    Dim instance As GcDateTime
    Dim value As Integer
     
    value = instance.PreferredHeight
    public int PreferredHeight {get;}

    Property Value

    An int value that indicates the preferred height of the control.
    Remarks
    This property is similar to the height of the System.Windows.Forms.Control.PreferredSize property.
    See Also