共用方式為


LegendCellColumn.HeaderFont 屬性

定義

取得或設定圖例資料行標頭中使用的字型。

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

屬性值

表示用於圖例資料行行首之字型的 Font 物件。 預設值為 "Microsoft Sans Serif, 8pt, Bold"。

備註

這個屬性可用來設定圖例資料格資料行行首的字型屬性。

如果您嘗試在執行時間變更這個 Font 物件的屬性,就會發生編譯錯誤。 若要在執行時間設定字型屬性,您必須建立新的 Font 物件。

適用於