https://github.com/Deadpikle/AvaloniaProgressRing
A progress ring for Avalonia -- based on ModernWPF's ProgressRing.
https://github.com/Deadpikle/AvaloniaProgressRing
avalonia avaloniaui control csharp
Last synced: about 1 month ago
JSON representation
A progress ring for Avalonia -- based on ModernWPF's ProgressRing.
- Host: GitHub
- URL: https://github.com/Deadpikle/AvaloniaProgressRing
- Owner: Deadpikle
- License: mit
- Created: 2020-03-09T21:28:41.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2025-03-02T23:20:24.000Z (4 months ago)
- Last Synced: 2025-05-11T02:08:59.526Z (about 1 month ago)
- Topics: avalonia, avaloniaui, control, csharp
- Language: C#
- Homepage:
- Size: 360 KB
- Stars: 256
- Watchers: 2
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-avalonia - AvaloniaProgressRing - A simple progress ring control based on [ModernWpf's progress ring](https://github.com/Kinnara/ModernWpf/wiki/ProgressRing). (Libraries & Extensions / Controls)
README
# Avalonia Progress Ring
[](https://www.nuget.org/packages/Deadpikle.AvaloniaProgressRing/) [](https://www.nuget.org/packages/Deadpikle.AvaloniaProgressRing/) [](https://www.nuget.org/packages/Deadpikle.AvaloniaProgressRing/) [](https://github.com/Deadpikle/AvaloniaProgressRing/issues/)
This project is a simple progress ring for Avalonia that's modeled off of [ModernWpf's](https://github.com/Kinnara/ModernWpf) progress ring. Credit to ModernWpf for the initial code and design! v0.8.x works on Avalonia 0.9.x, and v0.9.x is compatible with Avalonia 0.10.x. v0.10.x is compatible with Avalonia 11 Preview 2+ (0.10.7+ builds on Avalonia 11.1+).

## Using in Your Project
Add `Deadpikle.AvaloniaProgressRing` to your NuGet references, then add the following to your `App.xaml` in `Application.Styles`:
```xml
```
In your `UserControl`, add the following:
```xml
```
Make sure that you bind to `IsActive` to show/hide the progress ring!
## Contributing
All contributions and improvements are welcome! Thanks for your involvement!
## License
MIT. Thanks!