BadgeProperties.Image Property
In This Article
Gets or sets the default image, displayed by all badges within this AdornerUIManager.
Namespace: DevExpress.Utils.VisualEffects
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Image | null | An Image object that is the default image, displayed by all badges within this Adorner |
#Remarks
The Image property can be overridden for individual badges by setting their BadgeDefaultProperties.ImageOptions.Image
properties to a different value.
See Also