共用方式為


FontUnit.XLarge 欄位

定義

代表 FontUnit 一個屬性設定 TypeFontSize.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 來表示 FontUnit 一個物件,屬性 Type 設為 FontSize.XLarge

在 Internet Explorer 4.0 及以後版本中,將 Size 屬性設定為此欄位的控制項所渲染的 HTML 輸出為 style= "font-size:X-Large"。 在 Internet Explorer 4.0 之前的瀏覽器中,HTML 的輸出為 <font size="6">

適用於

另請參閱