/ProgressRing

Simple platform agnostic MAUI circular progress bar

Primary LanguageC#MIT LicenseMIT

MPowerKit.ProgressRing

Simple platform agnostic MAUI circular progress bar

NuGet

showcase

Usage

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