FontUnit.XLarge Campo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
public: static initonly System::Web::UI::WebControls::FontUnit XLarge;
public static readonly System.Web.UI.WebControls.FontUnit XLarge;
staticval mutable XLarge : System.Web.UI.WebControls.FontUnit
Public Shared ReadOnly XLarge As FontUnit
Valore del campo
Commenti
Utilizzare il XLarge campo per rappresentare un FontUnit oggetto con la Type proprietà impostata su FontSize.XLarge
.
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:X-Large"
. Nei browser precedenti a Internet Explorer 4.0 l'output di rendering HTML è <font size="6">
.