Copyright © 2003-2024 MultiMedia Soft
FontTextCaption property
Type
[Visual Basic]
Public Overridable Property FontTextCaption As Font
[C#]
public virtual Font FontTextCaption {get; set;}
[C++]
public: __property virtual Font* get_FontTextCaption();
public: __property virtual void set_FontTextCaption(Font*);
Syntax
object.FontTextCaption [=StdFont]
Remarks
The font used for the caption text.
See the How to add text to the control section for details about text management.