Skip to main content

TdxBadge.Font Property

Specifies the badge UI adorner’s font settings.

Declaration

property Font: TFont read; write;

Property Value

Type
TFont

Remarks

Use this property to customize the font settings used to display the badge’s text message specified by using the Text property. The Font.Height and Font.Size properties automatically update by multiplying their current values by the DPI-aware form’s scaling factor every time it changes.

The Font property automatically updates by importing the font settings from the badge collection every time they change if the ParentFont property is set to True.

Note

Customizing the badge’s font settings through the Font property automatically sets the ParentFont property to False.

See Also