次の方法で共有


FontUnit.Larger フィールド

定義

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

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

フィールド値

注釈

Larger フィールドを使用して、Type プロパティをFontSize.Largerに設定したFontUnit オブジェクトを表します。

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

一部のブラウザーでは、 Larger フォント サイズが認識されません。 ブラウザーの互換性を確認します。

適用対象

こちらもご覧ください