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