Martyn Ball
Martyn Ball

Reputation: 4895

WPF: Circular progress bar

I have looked around everywhere on this subject, found quite a bit of information, it all looks very complex. I have found this article which is really good.

But it doesn't really breakdown how to calculate the values to enter into the ArcSegment to make a full circle, does anyone have any advice. Just show me how to make an ArcSegment which will start at one point and go around 360 and I will work from there.

Upvotes: 5

Views: 8614

Answers (2)

Alexander Smirnov
Alexander Smirnov

Reputation: 1665

I have the better solution in form of highly customizable open-source project: https://github.com/panthernet/XamlRadialProgressBar

You can style it as you like or examine the code and create your own beast :) enter image description here

Upvotes: 11

James Willock
James Willock

Reputation: 2037

I have done exactly this, as described in the blog post:

http://dragablz.net/2015/09/15/bending-the-wpf-progressbar/

Upvotes: 2

Related Questions