Freigeben über


Control.FontHeight-Eigenschaft

Ruft die Höhe der Schriftart des Steuerelements ab oder legt diese fest.

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in system.windows.forms.dll)

Syntax

'Declaration
Protected Property FontHeight As Integer
'Usage
Dim value As Integer

value = Me.FontHeight

Me.FontHeight = value
protected int FontHeight { get; set; }
protected:
property int FontHeight {
    int get ();
    void set (int value);
}
/** @property */
protected int get_FontHeight ()

/** @property */
protected void set_FontHeight (int value)
protected function get FontHeight () : int

protected function set FontHeight (value : int)

Eigenschaftenwert

Die Höhe des Font des Steuerelements in Pixel.

Hinweise

Hinweis

Die FontHeight-Eigenschaft sollte auf den Font.Height-Wert des Steuerelements oder auf -1 festgelegt werden. Das Festlegen der FontHeight auf -1 löscht den zwischengespeicherten Wert für die Höhe, und der Wert wird beim nächsten Verweis auf die Eigenschaft neu berechnet.

Plattformen

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile für Pocket PC, Windows Mobile für Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

Control-Klasse
Control-Member
System.Windows.Forms-Namespace
Font.Height