FontUnit.Small 字段

定义

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

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 

字段值

注解

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

在 Internet Explorer 4.0 及更高版本中,属性设置为此字段的控件 Size 的 HTML 呈现输出为 style= "font-size:Small"。 在早于 Internet Explorer 4.0 的浏览器中,HTML 呈现的输出为 <font size="3">

适用于

另请参阅