###This repo is archived. The code was moved to https://github.com/MPowerKit/ProgressRing . Further work will be done there
Simple platform agnostic MAUI circular progress bar
<cpb:CircularProgressBar HeightRequest="100"
Progress="50"
IsIndeterminate="True"
Smooth="True"
WidthRequest="100"
StrokeLineCap="Square"
Color="Red"
Thickness="4" />