SystemTray.GetProgressIndicator Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the value of the ProgressIndicator attached property for a specified phone application page.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
'Declaration Public Shared Function GetProgressIndicator ( _ element As DependencyObject _ ) As ProgressIndicator
Parameters
- element
- Type: System.Windows.DependencyObject
The page for which to get the ProgressIndicator attached property.
Return Value
Type: Microsoft.Phone.Shell.ProgressIndicatorThe progress indicator on the system tray on the current application page.
Show: