共用方式為


Axis.TitleFont 屬性

定義

取得或設定座標軸的標題字型屬性。

public:
 property System::Drawing::Font ^ TitleFont { System::Drawing::Font ^ get(); void set(System::Drawing::Font ^ value); };
[System.ComponentModel.Bindable(true)]
public System.Drawing.Font TitleFont { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.TitleFont : System.Drawing.Font with get, set
Public Property TitleFont As Font

屬性值

Font

Font 物件,用於標題的字型屬性。

屬性

備註

取得或設定標題字型屬性,例如臉部或大小。

若要在執行時間設定字型屬性, Font 必須建立新的物件。 嘗試在執行時間變更目前物件的屬性時, Font 將會產生編譯錯誤。

適用於