Image.Font プロパティ

定義

コントロールに関連付けられているテキストのフォント プロパティを取得します。

public:
 virtual property System::Web::UI::WebControls::FontInfo ^ Font { System::Web::UI::WebControls::FontInfo ^ get(); };
[System.ComponentModel.Browsable(false)]
public override System.Web.UI.WebControls.FontInfo Font { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Font : System.Web.UI.WebControls.FontInfo
Public Overrides ReadOnly Property Font As FontInfo

プロパティ値

FontInfo

コントロールに関連付けられているテキストのフォント プロパティを格納している FontInfo

属性

注釈

注意

このプロパティはクラスから WebControl 継承され、コントロールには Image 適用されません。

適用対象