Copyright © 2003-2024 MultiMedia Soft

FontTextCT property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Overridable Property FontTextCT As Font

 

[C#]

public virtual Font FontTextCT {get; set;}

 

[C++]

public: __property virtual Font* get_FontTextCT();

public: __property virtual void set_FontTextCT(Font*);

 

 

Remarks

The font used for the Center Top text.

See the How to add text to the control section for details about text management.