Copyright © 2003-2024 MultiMedia Soft
FontRightMiddle property
Type
[Visual Basic]
Public Overridable Property FontRightMiddle As Font
[C#]
public virtual Font FontRightMiddle {get; set;}
[C++]
public: __property virtual Font* get_FontRightMiddle();
public: __property virtual void set_FontRightMiddle(Font*);
Remarks
The font used for the Right Middle text.
See the How to add text to the control section for details about text management.