Skip to main content

TdxUIAdornerManager.Badges Property

Provides access to the badge UI adorner collection and badge layer settings.

Declaration

property Badges: TdxBadges read; write;

Property Value

Type
TdxBadges

Remarks

Use the Badges.Active property to display or hide the badge adorner layer. You can set the image source for individual badges by using the Images property.

Refer to the TdxBadges class description for detailed information on all available options.

You can display the guide UI adorner layer on top of the badge layer by using the Guides property.

See Also