Splitter.Font 屬性

定義

這個屬性與這個類別無關。

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

屬性值

Font

控制項所顯示之文字的字型。

屬性

備註

這個屬性與這個類別無關。

適用於