FontUnit.Small Campo

Definição

Representa um objeto FontUnit com a propriedade Type 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.

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

Aplica-se a

Confira também