StatusBarProgressIndicator Class

Definition

Provides methods and properties for interacting with the progress indicator on the status bar on a window (app view).

public ref class StatusBarProgressIndicator sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class StatusBarProgressIndicator final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class StatusBarProgressIndicator
Public NotInheritable Class StatusBarProgressIndicator
Inheritance
Object Platform::Object IInspectable StatusBarProgressIndicator
Attributes

Windows requirements

Device family
Windows Mobile Extension SDK (introduced in 10.0.10240.0)
API contract
Windows.Phone.PhoneContract (introduced in v1.0)

Remarks

Call the StatusBar.ProgressIndicator method to obtain an instance of this class.

Properties

ProgressValue

Gets or sets a value representing progress in the range 0 to 1.

Text

Gets or sets the text label displayed on the progress indicator.

Methods

HideAsync()

Hides the progress indicator.

ShowAsync()

Shows the progress indicator.

Applies to