Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

Circular Indeterminate Progressbar

0.00/5 (No votes)
30 May 2013 1  
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.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here