###This repo is archived. The code was moved to https://github.com/MPowerKit/ProgressRing . Further work will be done there

Plugin.Maui.CircularProgressBar

Simple platform agnostic MAUI circular progress bar

NuGet

showcase

Usage

<cpb:CircularProgressBar HeightRequest="100"
                         Progress="50"
                         IsIndeterminate="True"
                         Smooth="True"
                         WidthRequest="100"
                         StrokeLineCap="Square"
                         Color="Red" 
                         Thickness="4" />