TcxHintStyle.Font Property
Specifies the font of the hint’s body text.
Declaration
property Font: TFont read; write;
Property Value
Type |
---|
TFont |
Remarks
Two text blocks can be displayed by hints controlled by the TcxHintStyleController component. These are the caption text and body text. The caption text can only be displayed within hints that are invoked using the hint controller’s ShowHint method. The specified caption’s font settings are set using the CaptionFont property. The font settings for the rest text (the hint body) are specified using the Font property.
Use the Font property to customize the font settings of hints’ body text. This property is represented by the TFont object and thus enables you to customize the size, color and other attributes of the font.
The images below show hint windows with different body text fonts.
See Also