FontUnit.Large Campo

Definizione

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

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

Valore del campo

Commenti

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

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

Si applica a

Vedi anche