TdxScreenTipRepository.HeaderFont Property
Specifies the font settings applied to a descriptive text displayed in a ScreenTip window’s header section.
Declaration
property HeaderFont: TFont index stbHeader read; write;
Property Value
Type |
---|
TFont |
Remarks
A descriptive text to be shown in the header section is specified via the ScreenTip’s Header.Text property.
Specified font settings are only applied if the stbHeader flag on the AssignedFonts property is active. Otherwise, system settings are used instead.
See Also