FontUnit.Larger 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public: static initonly System::Web::UI::WebControls::FontUnit Larger;
public static readonly System.Web.UI.WebControls.FontUnit Larger;
staticval mutable Larger : System.Web.UI.WebControls.FontUnit
Public Shared ReadOnly Larger As FontUnit
字段值
注解
Larger使用 字段表示FontUnit属性设置为 FontSize.Larger
的对象Type。
在 Internet Explorer 4.0 及更高版本中,属性设置为此字段的控件 Size 的 HTML 呈现输出为 style= "font-size:Larger"
。 在低于 Internet Explorer 4.0 的浏览器中,不会创建 HTML 呈现的输出。
备注
某些浏览器无法识别 Larger 字号。 检查浏览器的兼容性。