TdxCustomScreenTipBand.Font Property
Gets font settings for the descriptive text displayed in the ScreenTip section.
Declaration
property Font: TFont read;
Property Value
Type |
---|
TFont |
Remarks
The Font property returns font settings that depend upon settings are currently applied to the string – either TdxScreenTipRepository‘s or system font options (see the ScreenTip repository’s AssignedFonts property).
See Also