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