Copyright © 2003-2024 MultiMedia Soft

FontLeftMiddle property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Overridable Property FontLeftMiddle As Font

 

[C#]

public virtual Font FontLeftMiddle {get; set;}

 

[C++]

public: __property virtual Font* get_FontLeftMiddle();

public: __property virtual void set_FontLeftMiddle(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.