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