Legend.TitleFont プロパティ

定義

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

public:
 property System::Drawing::Font ^ TitleFont { System::Drawing::Font ^ get(); void set(System::Drawing::Font ^ value); };
public System.Drawing.Font TitleFont { get; set; }
member this.TitleFont : System.Drawing.Font with get, set
Public Property TitleFont As Font

プロパティ値

凡例のタイトルのフォントを表す Font オブジェクト。 既定値は、"Microsoft Sans Serif, 8pt, Bold" です。

注釈

このプロパティを使用して、凡例タイトルのフォント プロパティを設定できます。

実行時にこの Font オブジェクトのプロパティを変更しようとすると、コンパイル エラーが発生します。 実行時にフォント プロパティを設定するには、新しい Font オブジェクトを作成する必要があります。

適用対象