I need help on implementing a circular progress bar like this:
How should I implement the Circle to fill by increasing Value
property?
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.
The other alternative is to create your own control from scratch. You could do the following: