通过


FontUnit.XLarge 字段

定义

表示 FontUnit 属性 Type 设置为 FontSize.XLarge..

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

字段值

注解

使用XLarge字段表示FontUnitType属性设置为 FontSize.XLarge..

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

适用于

另请参阅