Deadpikle.AvaloniaProgressRing 0.10.8

dotnet add package Deadpikle.AvaloniaProgressRing --version 0.10.8                
NuGet\Install-Package Deadpikle.AvaloniaProgressRing -Version 0.10.8                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Deadpikle.AvaloniaProgressRing" Version="0.10.8" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Deadpikle.AvaloniaProgressRing --version 0.10.8                
#r "nuget: Deadpikle.AvaloniaProgressRing, 0.10.8"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Deadpikle.AvaloniaProgressRing as a Cake Addin
#addin nuget:?package=Deadpikle.AvaloniaProgressRing&version=0.10.8

// Install Deadpikle.AvaloniaProgressRing as a Cake Tool
#tool nuget:?package=Deadpikle.AvaloniaProgressRing&version=0.10.8                

Avalonia Progress Ring

NuGet NuGet NuGet NuGet

This project is a simple progress ring for Avalonia that's modeled off of ModernWpf's 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+).

Progress Ring GIF

Using in Your Project

Add Deadpikle.AvaloniaProgressRing to your NuGet references, then add the following to your App.xaml in Application.Styles:

<StyleInclude Source="avares://AvaloniaProgressRing/Styles/ProgressRing.xaml"/>

In your UserControl, add the following:

<UserControl xmlns="https://github.com/avaloniaui"
             xmlns:progRing="clr-namespace:AvaloniaProgressRing;assembly=AvaloniaProgressRing">
    <progRing:ProgressRing Width="80" 
                           Height="80"
                           IsActive="True"
                           HorizontalAlignment="Left"
                           VerticalAlignment="Top"
                           Foreground="Green"
                           Margin="10,20,0,0"/>
</UserControl>

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!

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on Deadpikle.AvaloniaProgressRing:

Package Downloads
Zafiro.Avalonia.FileExplorer

Package Description

Ahsoka.DeveloperTools.Core

Package Description

Ahsoka.DeveloperTools.Extensions

Package Description

Slithin.Modules.UI

Package Description

Slithin

A management application for your rM Tablet 1 and 2

GitHub repositories (7)

Showing the top 5 popular GitHub repositories that depend on Deadpikle.AvaloniaProgressRing:

Repository Stars
HeyM1ke/Assist
C# Valorant Thirdparty Launcher
dorisoy/Dorisoy.Pan
Dorisoy.Pan 是基于.net core8 的跨平台文档管理系统,使用 MS SQL 2012 / MySql8.0(或更高版本)后端数据库,您可以在 Windows、Linux 或 Mac 上运行它,项目中的所有方法都是异步的,支持令牌基身份验证,项目体系结构遵循著名的软件模式和最佳安全实践。源代码是完全可定制的,热插拔且清晰的体系结构,使开发定制功能和遵循任何业务需求变得容易。 系统使用最新的 Microsoft 技术,高性能稳定性和安全性
legend2ks/YoutubeDownloader
YouTube video/playlist/channel downloader
furesoft/Slithin
A management application for the remarkable tablet
schneidermanuel/TwitchLeecher-Dx
Twitch Leecher DX - The Broadcast Downloader
Version Downloads Last updated
0.10.8 5,066 7/27/2024
0.10.7 127 7/26/2024
0.10.6 7,335 3/10/2024
0.10.5 2,511 1/24/2024
0.10.4 1,834 12/31/2023
0.10.3 21,992 9/18/2023
0.10.2 350 9/15/2023
0.10.1 3,847 8/14/2023
0.10.0 2,223 7/18/2023
0.10.0-preview20230704001 660 7/5/2023
0.10.0-preview20230601001 1,075 6/2/2023
0.10.0-preview20230530001 154 5/31/2023
0.10.0-preview20230425001 710 4/25/2023
0.10.0-preview20230326001 684 3/26/2023
0.10.0-preview20230206001 333 2/7/2023
0.10.0-preview20221106001 1,238 11/7/2022
0.10.0-preview20221023001 204 10/23/2022
0.9.10 1,448 5/31/2023
0.9.9 1,856 3/26/2023
0.9.8 5,334 10/23/2022
0.9.7 17,158 3/20/2022
0.9.6 1,040 1/28/2022
0.9.5 1,513 12/29/2021
0.9.4 1,777 11/21/2021
0.9.3 522 11/7/2021
0.9.2 876 10/17/2021
0.9.1 8,132 6/9/2021
0.9.0 2,663 1/25/2021
0.8.6 1,249 5/19/2020
0.8.5 596 4/29/2020
0.8.4 605 4/5/2020
0.8.3 646 3/16/2020
0.8.2 607 3/10/2020
0.8.1 476 3/10/2020
0.8.0 580 3/9/2020