FontUnit.XLarge 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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">。