StatusBar.Font 屬性

定義

取得或設定 StatusBar 控制項將用來顯示資訊的字型。

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

屬性值

文字的 Font。 除非您覆寫它,否則預設值為容器 (Container) 的字型。

適用於

另請參閱