FontUnit.Small Feld

Definition

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

public: static initonly System::Web::UI::WebControls::FontUnit Small;
public static readonly System.Web.UI.WebControls.FontUnit Small;
 staticval mutable Small : System.Web.UI.WebControls.FontUnit
Public Shared ReadOnly Small As FontUnit 

Feldwert

Hinweise

Verwenden Sie das Small Feld, um ein FontUnit -Objekt darzustellen, bei dem die Type -Eigenschaft auf festgelegt ist FontSize.Small.

In Internet Explorer 4.0 und höher ist die gerenderte HTML-Ausgabe eines Steuerelements, bei dem die Size Eigenschaft auf dieses Feld festgelegt iststyle= "font-size:Small". In Browsern vor Internet Explorer 4.0 ist <font size="3">die gerenderte HTML-Ausgabe .

Gilt für:

Weitere Informationen