FontUnit.XXSmall Campo

Definição

Representa um objeto FontUnit com a propriedade Type definida como FontSize.XXSmall.

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

Valor do campo

Comentários

Use o XXSmall campo para representar um FontUnit objeto com a Type propriedade definida como FontSize.XXSmall.

Na Internet Explorer 4.0 e posterior, a saída renderizada html de um controle com a Size propriedade definida para esse campo é style= "font-size:XX-Small". Em navegadores anteriores à Internet Explorer 4.0, a saída renderizada por HTML é <font size="1">.

Aplica-se a

Confira também