Freigeben über


FontUnit.XSmall-Feld

Stellt ein FontUnit-Objekt dar, dessen Type-Eigenschaft auf FontSize.XSmall festgelegt ist.

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)

Syntax

'Declaration
Public Shared ReadOnly XSmall As FontUnit
'Usage
Dim value As FontUnit

value = FontUnit.XSmall
public static readonly FontUnit XSmall
public:
static initonly FontUnit XSmall
public static final FontUnit XSmall
public static final var XSmall : FontUnit

Hinweise

Mit dem XSmall-Feld wird ein FontUnit-Objekt dargestellt, dessen Type-Eigenschaft auf FontSize.XSmall festgelegt ist.

Die HTML-Ausgabe eines Steuerelements, dessen Size-Eigenschaft auf dieses Feld festgelegt wurde, lautet in Internet Explorer ab Version 4.0 style= "font-size:X-Small". In älteren Browsern als Internet Explorer 4.0 lautet die HTML-Ausgabe <font size="2">.

Plattformen

Windows 98, Windows 2000 SP4, 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

FontUnit-Struktur
FontUnit-Member
System.Web.UI.WebControls-Namespace
FontSize-Enumeration
Empty
Smaller
Larger
XXSmall
Small
Medium
Large
XLarge
XXLarge