Skip to main content

TdxBadgeBackground.Glyph Property

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

Declaration

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