TcxHintStyle.CaptionFont Property
Specifies the font of the caption text displayed within hints.
Declaration
property CaptionFont: TFont read; write;
Property Value
Type |
---|
TFont |
Remarks
The TcxHintStyleController component allows you to invoke hints with captions using the ShowHint method. If you specify any caption as this method’s parameter, the caption will be painted using the font settings specified by the controller’s CaptionFont property.
The font used to paint the hint caption is specified by the CaptionFont property, a standard TFont type and thus can be used to modify the size, color and other font attributes applied to the hint caption.
Images below display examples of specifying different fonts for the hint caption.
See Also