Skip to main content

dxBadgeDefaultGlyph Method

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

Declaration

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