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