Gets the height of the control (in pixels), assuming a single line of text is displayed.
[Visual Basic] Overridable Public ReadOnly Property PreferredHeight As Integer [C#] public int PreferredHeight {virtual get;} [C++] public: __property virtual int get_PreferredHeight(); [JScript] public function get PreferredHeight() : int;
The height of the control (in pixels), assuming a single line of text is displayed.
Label Class | Label Members | System.WinForms Namespace | PreferredWidth