FontUnit.Small Campo

Definizione

Rappresenta un oggetto FontUnit con la proprietà Type impostata su FontSize.Small.

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 

Valore del campo

Commenti

Utilizzare il Small campo per rappresentare un FontUnit oggetto con la Type proprietà impostata su FontSize.Small.

In Internet Explorer 4.0 e versioni successive l'output di cui è stato eseguito il rendering HTML da un controllo con la Size proprietà impostata su questo campo è style= "font-size:Small". Nei browser precedenti a Internet Explorer 4.0, l'output di cui è stato eseguito il rendering HTML è <font size="3">.

Si applica a

Vedi anche