ComponentOne Basic Library for WPF and Silverlight
ProgressBar
WPF and Silverlight Edition Basic Library > ProgressBar

Visually indicate progress of a lengthy operation with ProgressBar for WPF and SilverlightC1ProgressBar displays an animated repeating pattern of dots to indicate an indeterminate operation is in progress.

Make the most of ProgressBar for WPF and Silverlight by taking advantage of the following key features:

C1ProgressBar does not block the UI thread from running, so you can show a progress indicator while the background UI is performing some operation.

The C1ProgressBar control is modeled after the native progress indicators used on Windows 8 to provide a familiar and modern-looking user experience. Use it to indicate loading of data or some long calculation to the user in an intuitive manner.

ClearStyle technology allows you to easily change control brushes without having to override templates. By just setting a few brush properties in Visual Studio, such as indeterminate foreground and background brushes, you can quickly style the entire control without having to customize its template.

 

See Also