Back to Devexpress

TaskbarButtonService.OverlayIcon Property

wpf-devexpress-dot-mvvm-dot-ui-dot-taskbarbuttonservice-64afba67.md

latest1.1 KB
Original Source

TaskbarButtonService.OverlayIcon Property

Gets or sets the icon that is displayed over the taskbar button. This is a dependency property.

Namespace : DevExpress.Mvvm.UI

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

NuGet Package : DevExpress.Wpf.Core

Declaration

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

Property Value

TypeDescription
ImageSource

The icon that is displayed over the taskbar button.

The default is null.

|

See Also

TaskbarButtonService Class

TaskbarButtonService Members

DevExpress.Mvvm.UI Namespace