LegendCell.Font プロパティ

定義

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

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

プロパティ値

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

注釈

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

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

適用対象