Intersoft ClientUI Documentation
How-to: Use UXProgressBar in Indeterminate Mode
See Also Send Feedback
Intersoft ClientUI 7 > ClientUI Controls > Control Library > UI Controls Overview > UXProgressBar > How-to: Use UXProgressBar in Indeterminate Mode

Glossary Item Box

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

©2012. All Rights Reserved.