Click here to Skip to main content
15,884,473 members
Articles / Desktop Programming / WPF
Tip/Trick

Circular Indeterminate Progressbar

Rate me:
Please Sign up or sign in to vote.
3.67/5 (5 votes)
30 May 2013CPOL 28K   2.1K   12   2
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.

XML
//

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, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
India India
WPF, Silverlight, C#
Desktop applications developer

Comments and Discussions

 
GeneralMy vote of 1 Pin
Nirav Chauhan27-Aug-13 23:26
Nirav Chauhan27-Aug-13 23:26 
GeneralRe: My vote of 1 Pin
Mitesh k Prajapati20-Sep-13 17:20
professionalMitesh k Prajapati20-Sep-13 17:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.