FontUnit.Large 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public: static initonly System::Web::UI::WebControls::FontUnit Large;
public static readonly System.Web.UI.WebControls.FontUnit Large;
staticval mutable Large : System.Web.UI.WebControls.FontUnit
Public Shared ReadOnly Large As FontUnit
欄位值
備註
使用欄位 Large 來表示 FontUnit 一個物件,屬性 Type 設為 FontSize.Large。
在 Internet Explorer 4.0 及以後版本中,將 Size 屬性設定為此欄位的控制項所渲染的 HTML 輸出為 style= "font-size:Large"。 在 Internet Explorer 4.0 之前的瀏覽器中,HTML 的輸出為 <font size="5">。