FontUnit.Smaller 字段

定义

表示一个 FontUnit 属性设置为 FontSize.SmallerType 对象。

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

字段值

注解

Smaller使用 字段表示FontUnit属性设置为 FontSize.Smaller的对象Type

在 Internet Explorer 4.0 及更高版本中,属性设置为此字段的控件 Size 的 HTML 呈现输出为 style= "font-size:Smaller"。 在低于 Internet Explorer 4.0 的浏览器中,不会创建 HTML 呈现的输出。

注意

某些浏览器无法识别 Smaller 字号。 检查浏览器的兼容性。

适用于

另请参阅