Axis.TitleFont 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定座標軸的標題字型屬性。
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 將會產生編譯錯誤。