TdxBadgeViewInfo.Color Property
Returns the background color used to paint the badge UI adorner‘s background.
Declaration
property Color: TColor read;
Property Value
Type |
---|
TColor |
Remarks
The default badge background draw routine uses this property value to fill non-transparent pixels of the badge default glyph. The color returned by the Color property depends on the badge’s Background.Color and Adorners.Color property values.
The default background color is clRed.
See Also