ProgressIndicator.Value Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets or sets the value of the progress indicator on the system tray on the current application page.

Namespace:  Microsoft.Phone.Shell
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

Public Property Value As Double
public double Value { get; set; }
<object Value="double" .../>

Property Value

Type: System..::.Double
The value of the progress indicator on the system tray.

Remarks

Use the Value property only if the IsIndeterminate property is set to false.

The system tray is also referred to as the status bar.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

ProgressIndicator Class

Microsoft.Phone.Shell Namespace

SystemTray

PhoneApplicationPage

Other Resources

Dependency Properties Overview

Attached Properties Overview