Skip to content

VictorKochetkov/Xamarin.Forms.CircularProgressBar

Repository files navigation

Xamarin.Forms.CircularProgressBar

Nuget Nuget

Easy to use circular progress bar for your Xamarin.Forms application (works on Android and iOS).

https://www.nuget.org/packages/Xamarin.Forms.CircularProgressBar/

showcase

Quick start

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"/>

Features

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

Donate

If you like this project you can support it by making a donation 🤗 Thank you!

Buy Me A Coffee

Packages

No packages published

Languages