FontUnit.XXLarge Campo
Definição
public: static initonly System::Web::UI::WebControls::FontUnit XXLarge;
public static readonly System.Web.UI.WebControls.FontUnit XXLarge;
staticval mutable XXLarge : System.Web.UI.WebControls.FontUnit
Public Shared ReadOnly XXLarge As FontUnit
Valor do campo
Comentários
Use o XXLarge campo para representar um FontUnit objeto com a Type propriedade definida como FontSize.XXLarge .Use the XXLarge field to represent a FontUnit object with the Type property set to FontSize.XXLarge.
No Internet Explorer 4,0 e posterior, o HTML renderizado na saída de um controle com a Size propriedade definida para esse campo é style= "font-size:XX-Large" .In Internet Explorer 4.0 and later, the HTML rendered output from a control with the Size property set to this field is style= "font-size:XX-Large". Em navegadores anteriores ao Internet Explorer 4,0, a saída processada em HTML é <font size="7"> .In browsers earlier than Internet Explorer 4.0, the HTML rendered output is <font size="7">.