Title.Font プロパティ

定義

タイトルのフォントを取得または設定します。

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

プロパティ値

Font

タイトルのフォントを表す Font オブジェクト。 既定で、"Microsoft Sans Serif, 8pt" に設定されます。

属性

注釈

Fontこのプロパティを設定するときに、新しいオブジェクトを使用します。 オブジェクト全体をプロパティに割り当てます。

適用対象