TdxBadges.Font Property
Specifies the default font settings for all badge UI adorners in the collection.
Declaration
property Font: TFont read; write;
Property Value
Type |
---|
TFont |
Remarks
Use this property to customize the font settings applied to the badges whose ParentFont property is set to True.
The Font property automatically updates by importing the font settings from the UI adorner manager‘s parent component every time they change if the ParentFont property is set to True.
Note
Customizing the collection’s font settings via the Font property automatically sets the ParentFont property to False.
See Also