NotifyIconState.Icon Property
In This Article
Gets or sets the state’s image that will displayed within the notification icon.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public ImageSource Icon { get; set; }
#Property Value
Type | Description |
---|---|
Image |
An image that will displayed within the notification icon. |
See Also