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.

Namespace:  Microsoft.Phone.Shell
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public Shared Function GetProgressIndicator ( _
    element As DependencyObject _
) As ProgressIndicator
public static ProgressIndicator GetProgressIndicator(
    DependencyObject element
)

Parameters

Return Value

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

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

SystemTray Class

Microsoft.Phone.Shell Namespace

PhoneApplicationPage

Other Resources

Dependency Properties Overview

Attached Properties Overview