Skip to main content

BadgeDefaultProperties.ActualImage Property

Gets the current image displayed by this badge.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[Browsable(false)]
public Image ActualImage { get; }

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