Intersoft ClientUI Documentation
How-to: Use UXProgressBar in Indeterminate Mode

This example shows how to enable indeterminate mode in UXProgressBar.

Example

Description

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.

Code

XAML
Copy Code
<Intersoft:UXProgressBar Height="20" Width="250" IsIndeterminate="True"/>
See Also

Concepts

Other Resources