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