Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / C1Label Class / PreferredHeight Property

In This Topic
    PreferredHeight Property (C1Label)
    In This Topic
    Gets the height of the control (in pixels), assuming a single line of text is displayed.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property PreferredHeight As Integer
    public virtual int PreferredHeight {get;}
    See Also