次の方法で共有


FontUnit.Medium フィールド

定義

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

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

フィールド値

注釈

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

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

適用対象

こちらもご覧ください