FontUnit.XSmall Campo

Definição

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

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

Valor do campo

Comentários

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

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:X-Small". Em navegadores anteriores à Internet Explorer 4.0, a saída renderizada por HTML é <font size="2">.

Aplica-se a

Confira também