Progress Indicator
In the initial release of the Windows Phone OS, there was no way to control the native progress bar located in the status bar of the phone. Fortunately, since the release of Windows Phone 7.5, you can with the ProgressIndicator
class.
ProgressIndicator
is a subclass of the DependencyObject
class and provides the following bindable properties:
IsIndeterminate—A bool value that allows you to enable or disable the indeterminate state of the indicator.
IsVisible—A bool value that allows you to show or hide the
ProgressIndicator
Get Windows® Phone 8 Unleashed now with the O’Reilly learning platform.
O’Reilly members experience live online training, plus books, videos, and digital content from nearly 200 publishers.