Copyright © 2003-2024 MultiMedia Soft
FontLeftBottom property
Type
[Visual Basic]
Public Overridable Property FontLeftBottom As Font
[C#]
public virtual Font FontLeftBottom {get; set;}
[C++]
public: __property virtual Font* get_FontLeftBottom();
public: __property virtual void set_FontLeftBottom(Font*);
Remarks
The font used for the Left Bottom text.
See the How to add text to the control section for details about text management.