FontUnit.XSmall 欄位

定義

表示具有將 FontUnit 屬性設定為 FontSize.XSmallType 物件。

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

欄位值

備註

使用 XSmall 欄位來表示 FontUnit 屬性設定為 TypeFontSize.XSmall 的物件。

在 Internet Explorer 4.0 和更新版本中,HTML 會轉譯控制項的輸出, Size 並將 屬性設為此欄位 style= "font-size:X-Small" 。 在 Internet Explorer 4.0 之前的瀏覽器中,HTML 轉譯的輸出為 <font size="2">

適用於

另請參閱