Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.01 KB

File metadata and controls

32 lines (22 loc) · 1.01 KB

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.