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

属性

注釈

Note

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

適用対象