Condividi tramite


FontUnit.Larger Campo

Definizione

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

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

Valore del campo

Commenti

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

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:Larger". Nei browser precedenti a Internet Explorer 4.0 non viene creato alcun output sottoposto a rendering HTML.

Annotazioni

Alcuni browser non riconoscono le dimensioni del Larger carattere. Controllare la compatibilità del browser.

Si applica a

Vedi anche