FontUnit.Larger Campo
Definição
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
Valor do campo
Comentários
Use o Larger campo para representar um FontUnit objeto com a Type propriedade definida como FontSize.Larger .Use the Larger field to represent a FontUnit object with the Type property set to FontSize.Larger.
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:Larger" .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:Larger". Em navegadores anteriores ao Internet Explorer 4,0, nenhuma saída renderizada em HTML é criada.In browsers earlier than Internet Explorer 4.0, no HTML rendered output is created.
Observação
Alguns navegadores não reconhecem o Larger tamanho da fonte.Some browsers do not recognize the Larger font size. Verifique a compatibilidade do seu navegador.Check your browser for compatibility.