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