SystemTray.ProgressIndicator Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the progress indicator on the system tray on the current application page.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.
<object> <object.ProgressIndicator> <ProgressIndicator .../> </object.ProgressIndicator> </object>
Property Value
Type: Microsoft.Phone.Shell.ProgressIndicatorThe progress indicator on the system tray on the current application page.
| Exception | Condition |
|---|---|
| InvalidOperationException | There is no active PhoneApplicationPage object. |
Show: