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

dxBadgeDefaultGlyph Method

Returns a Smart Glyph containing the default glyph for badge UI adorners.

#Declaration

Delphi
function dxBadgeDefaultGlyph: TdxSmartGlyph;

#Returns

Type
TdxSmartGlyph

#Remarks

Call this global function to create a new Smart Glyph container populated with the badge background bitmap mask (a white opaque circle on a completely transparent background, 20 by 20 pixels in size):

You can assign the dxBadgeDefaultGlyph function result to the badge’s Background.Glyph property and use the resulting glyph as a mask for a colored background.

See Also