Skip to content

panthernet/XamlRadialProgressBar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Customizable progress bars for WPF and .NET Core

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages