jsuarezruiz/TemplateUI

[Enhancement] CornerRadius on CircleProgressBar

themronion opened this issue · 1 comments

Hey man! Cool controls! I will check out some of them in the nearest future and remove the syncfusion's alternatives that i have now! Writing here for a cool feature request for the CircleProgressBar. I've searched everywhere and haven't found the ability to set the corner radius of the path inside the bar, something as in the picture below. Syncfusion's CircleProgressBar doesn't have this ability as well! So i think it is gonna be quite cool
Group 113

It is quite easy to implement actually this one, just set the Path's StrokeLineCap to Round, but there is another problem, the control doesnt work at all :(
xamarin/Xamarin.Forms#13700