StatusBarProgressIndicator Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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. |