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