Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBadgeBackground.Glyph Property

Specifies the image used as the badge UI adorner‘s background.

#Declaration

Delphi
property Glyph: TdxSmartGlyph read; write;

#Property Value

Type
TdxSmartGlyph

#Remarks

You can use the Glyph or ImageIndex property to specify the image filling the badge’s background area. Use the FitMode property to change the default image sizing and clipping mode.

The Glyph property has priority over ImageIndex.

Note

The custom color assigned via the Color property fills all the non-transparent image pixels regardless of its source or sizing settings.

See Also