BadgeDefaultProperties.ActualImage Property
Gets the current image displayed by this badge.
Namespace: DevExpress.Utils.VisualEffects
Assembly: DevExpress.Utils.v24.1.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.Image or, if not set, the global BadgeProperties.Image property.
See Also