Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[ 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.
Namespace: Microsoft.Phone.Shell
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.
Syntax
Public Shared Property ProgressIndicator As ProgressIndicator
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.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | There is no active PhoneApplicationPage object. |
Remarks
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
Microsoft.Phone.Shell Namespace