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