BadgeDefaultProperties.ActualImage Property
In This Article
Gets the current image displayed by this badge.
Namespace: DevExpress.Utils.VisualEffects
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
#Property Value
Type | Description |
---|---|
Image | An Image, currently displayed by this badge. |
#Remarks
A badge receives an image according to the BadgeDefaultProperties.ImageOptions.Image
or, if not set, the global BadgeProperties.Image property.
See Also