1 out of 1 rated this helpful - Rate this topic

SystemTray.ProgressIndicator Property

July 26, 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.
ExceptionCondition
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)
© 2013 Microsoft. All rights reserved.