65.9K
CodeProject is changing. Read more.
Home

Circular Indeterminate Progressbar

starIconstarIconstarIcon
emptyStarIcon
starIcon
emptyStarIcon

3.67/5 (5 votes)

May 30, 2013

CPOL
viewsIcon

28552

downloadIcon

2114

This is a WPf circular indeterminate progressbar and you can use this in your application for loading processes which are in an indeterminate state.

Sample Image - maximum width is 600 pixels

Introduction

This progressbar was designed in Adobe Illustrator and templated in WPF.

Using the code

This is the XAML code to be used in WPF or Silverlight. The progressbar is indeterminate.

//

ProgressBar HorizontalAlignment="Center" VerticalAlignment="Center" 
  Margin="0" Style="{DynamicResource ProgressBarStyle}" IsIndeterminate="True" FontSize="18.667"
...

Conclusion

This is a WPf circular indeterminate progressbar and you can use this in your application for loading processes which are in an indeterminate state.