Back to Devexpress

NotifyIconState.Icon Property

wpf-devexpress-dot-xpf-dot-core-dot-notifyiconstate.md

latest1.0 KB
Original Source

NotifyIconState.Icon Property

Gets or sets the state’s image that will displayed within the notification icon.

Namespace : DevExpress.Xpf.Core

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public ImageSource Icon { get; set; }
vb
Public Property Icon As ImageSource

Property Value

TypeDescription
ImageSource

An image that will displayed within the notification icon.

|

See Also

NotifyIconState Class

NotifyIconState Members

DevExpress.Xpf.Core Namespace