次の方法で共有


FontUnit.XSmall フィールド

定義

Type プロパティが FontSize.XSmall に設定されたFontUnit オブジェクトを表します。

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 フィールドを使用して、Type プロパティをFontSize.XSmallに設定したFontUnit オブジェクトを表します。

Internet Explorer 4.0 以降では、 Size プロパティがこのフィールドに設定されたコントロールからレンダリングされた HTML 出力は style= "font-size:X-Small"。 Internet Explorer 4.0 より前のブラウザーでは、HTML レンダリング出力は <font size="2">

適用対象

こちらもご覧ください