Easy to use circular progress bar for your Xamarin.Forms application (works on Android and iOS).
https://www.nuget.org/packages/Xamarin.Forms.CircularProgressBar/
Static progress bar without easing
<controls:CircularProgressBar WidthRequest="40" HeightRequest="40"/>Static progress bar with easing
<controls:CircularProgressBar WidthRequest="40" HeightRequest="40" Easing="True"/>Spinning progress bar
<controls:CircularProgressBar WidthRequest="40" HeightRequest="40" Spin="True"/>double Progress - value of progress (in percents)
bool Spin - should bar infinitly spinning
bool Easing - should progress be changed with ease or instantly (ignored if Spin set to true)
double Stroke - stroke of progress
Color Color - fill color of progress stroke
If you like this project you can support it by making a donation 🤗 Thank you!

