Intersoft ClientUI 8 > ClientUI Controls > Control Library > UI Controls Overview > UXProgressBar > How-to: Use UXProgressBar in Indeterminate Mode |
This example shows how to enable indeterminate mode in UXProgressBar.
UXProgressBar is a rich, Aero-style progress bar control with support for determinate and indeterminate mode. UXProgressBar control can be used in indeterminate mode to represent a longer asynchronous operation such as checking updates or downloading progress.
Indeterminate mode is enabled by setting the IsIndeterminate property to True.
XAML |
Copy Code
|
---|---|
<Intersoft:UXProgressBar Height="20" Width="250" IsIndeterminate="True"/> |