Gets or sets the font of text in the ProgressBar.
[Visual Basic] Overridable Public Property Font As Font [C#] public Font Font {override get; override set;} [C++] public: __property virtual Font* get_Font(); public: __property virtual void set_Font(Font*); [JScript] public function get Font() : Font; public function set Font(Font);
The Font of the text. The default is the font set by the container.
ProgressBar Class | ProgressBar Members | System.WinForms Namespace | Font