Back to Devexpress

TaskbarButtonService.ProgressValue Property

wpf-devexpress-dot-mvvm-dot-ui-dot-taskbarbuttonservice-3081b8cd.md

latest1.1 KB
Original Source

TaskbarButtonService.ProgressValue Property

Gets or sets the taskbar button’s progress. This is a dependency property.

Namespace : DevExpress.Mvvm.UI

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public double ProgressValue { get; set; }
vb
Public Property ProgressValue As Double

Property Value

TypeDescription
Double

A System.Double value specifing the taskbar button’s progress

|

See Also

TaskbarButtonService Class

TaskbarButtonService Members

DevExpress.Mvvm.UI Namespace