Skip to main content

TdxScreenTipRepository.AssignedFonts Property

Activates font settings to be applied to a descriptive text shown in the specified sections of the ScreenTip window.

Declaration

property AssignedFonts: TdxScreenTipRepositoryFonts read; write; default [];

Property Value

Type
TdxScreenTipRepositoryFonts

Remarks

Set the corresponding flags to apply the font settings specified by the HeaderFont, DescriptionFont, and FooterFont properties to the text contained in the header, description, or footer section, respectively.

Note

if you modify font settings, the corresponding flags are automatically set on the AssignedFonts property.

The default value of the AssignedFonts property is [].

See Also