Freigeben über


FontUnit.Small-Feld

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

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

Syntax

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

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

Hinweise

Mit dem Small-Feld wird ein FontUnit-Objekt dargestellt, dessen Type-Eigenschaft auf FontSize.Small 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:Small". In älteren Browsern als Internet Explorer 4.0 lautet die HTML-Ausgabe <font size="3">.

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
XSmall
Medium
Large
XLarge
XXLarge