Chart.Font プロパティ

定義

コントロールのフォント プロパティを取得します。

public:
 property System::Drawing::Font ^ Font { System::Drawing::Font ^ get(); void set(System::Drawing::Font ^ value); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public System.Drawing.Font Font { get; set; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.Font : System.Drawing.Font with get, set
Public Property Font As Font

プロパティ値

Font

コントロールのテキストのフォントを表す Font オブジェクト。

属性

適用対象