Display customizable radial progress bars for all your needs.
- .NET Core 3.1+
- .NET Framework 4.6.1+
- Customizable templates and tons of adjustable properties
- Different modes: Fill, Shape, Pie
- Clockwise and counter-clockwise directions
xmlns:xrpb="http://XamlRadialProgressBar/DotNet"
...
<Grid>
<xrpb:RadialProgressBar Value="{Binding Value1, UpdateSourceTrigger=PropertyChanged}"
Width="100" Height="100"
Foreground="White" />
</Grid>
For detailed usage tips look in the Generic.xaml template and sample application.