Copyright © 2003-2024 MultiMedia Soft
FontTextLB property
Type
[Visual Basic]
Public Overridable Property FontTextLB As Font
[C#]
public virtual Font FontTextLB {get; set;}
[C++]
public: __property virtual Font* get_FontTextLB();
public: __property virtual void set_FontTextLB(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.