Compartilhar via


FontUnit.Small Campo

Definição

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

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

Valor do campo

Comentários

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

No 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:Small". Em navegadores anteriores ao Internet Explorer 4.0, a saída renderizada html é <font size="3">.

Aplica-se a

Confira também