I need help on implementing a circular progress bar like this:
How should I implement the Circle to fill by increasing Value property?
Value
You have a couple of options - the first is to template the ProgressBar control. This turns out to be a little tricky. I wrote a blog post which describes how to use an attached ViewModel to achieve the required effect.
ProgressBar
The other alternative is to create your own control from scratch. You could do the following:
1.4m articles
1.4m replys
5 comments
57.0k users