TdxBadges.Font Property
In This Article
Specifies the default font settings for all badge UI adorners in the collection.
#Declaration
Delphi
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 Parent
See Also