This topic has not yet been rated - Rate this topic

SystemTray.ProgressIndicator Property

Windows Phone

March 22, 2012

Gets or sets 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.
public static ProgressIndicator ProgressIndicator { get; set; }
<object>
  <object.ProgressIndicator>
    <ProgressIndicator .../>
  </object.ProgressIndicator>
</object>

Property Value

Type: Microsoft.Phone.Shell.ProgressIndicator
The progress indicator on the system tray on the current application page.
Exception Condition
InvalidOperationException

There is no active PhoneApplicationPage object.

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

Windows Phone OS

Supported in: 7.1

Windows Phone

Did you find this helpful?
(1500 characters remaining)