Skip to main content
A newer version of this page is available. .

BadgeProperties.Image Property

Gets or sets the default image, displayed by all badges within this AdornerUIManager.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[DefaultValue(null)]
[DXCategory("Appearance")]
public Image Image { get; set; }

Property Value

Type Default Description
Image *null*

An Image object that is the default image, displayed by all badges within this AdornerUIManager.

Remarks

The Image property can be overridden for individual badges by setting their BadgeDefaultProperties.Image properties to a different value. See this link to learn more.

See Also