/XamlRadialProgressBar

Customizable progress bars for WPF and .NET Core

Primary LanguageC#Apache License 2.0Apache-2.0

Xaml Radial Progress Bar

NuGet Version and Downloads count

Display customizable radial progress bars for all your needs.

Platfrom support:

  • .NET Core 3.1+
  • .NET Framework 4.6.1+

Features

  • Customizable templates and tons of adjustable properties
  • Different modes: Fill, Shape, Pie
  • Clockwise and counter-clockwise directions

wpfxpb

Simple usage

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.