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 de Campo

Observações

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

No Internet Explorer 4.0 e posteriores, a saída HTML renderizada de um controlo com a propriedade Size definida para este campo é style= "font-size:Small". Nos navegadores anteriores à Internet Explorer 4.0, a saída HTML renderizada é <font size="3">.

Aplica-se a

Ver também