共用方式為


Chart.Font 屬性

定義

取得控制項的字型屬性。

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

屬性值

Font

Font 物件,表示控制項的文字字型。

屬性

適用於