Copyright © 2003-2024 MultiMedia Soft

FontRightTop property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Overridable Property FontRightTop As Font

 

[C#]

public virtual Font FontRightTop {get; set;}

 

[C++]

public: __property virtual Font* get_FontRightTop();

public: __property virtual void set_FontRightTop(Font*);

 

 

Remarks

The font used for the Right Top text.

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