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 オブジェクトを作成する必要があります。

適用対象