SystemTray.GetProgressIndicator Method

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

Syntax

'Declaration
Public Shared Function GetProgressIndicator ( _
    element As DependencyObject _
) As ProgressIndicator
public static ProgressIndicator GetProgressIndicator(
    DependencyObject element
)
public:
static ProgressIndicator^ GetProgressIndicator(
    DependencyObject^ element
)
static member GetProgressIndicator : 
        element:DependencyObject -> ProgressIndicator

Parameters

Return Value

Type: Microsoft.Phone.Shell.ProgressIndicator

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

SystemTray Class

Microsoft.Phone.Shell Namespace