FontUnit.XXSmall-Feld
Stellt ein FontUnit-Objekt dar, dessen Type-Eigenschaft auf FontSize.XXSmall festgelegt ist.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Syntax
'Declaration
Public Shared ReadOnly XXSmall As FontUnit
'Usage
Dim value As FontUnit
value = FontUnit.XXSmall
public static readonly FontUnit XXSmall
public:
static initonly FontUnit XXSmall
public static final FontUnit XXSmall
public static final var XXSmall : FontUnit
Hinweise
Mit dem XXSmall-Feld wird ein FontUnit-Objekt dargestellt, dessen Type-Eigenschaft auf FontSize.XXSmall 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:XX-Small". In älteren Browsern als Internet Explorer 4.0 lautet die HTML-Ausgabe <font size="1">.
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
XSmall
Small
Medium
Large
XLarge
XXLarge