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 オブジェクト。 既定値は "Microsoft Sans Serif, 8pt" です。

属性

注釈

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

適用対象