LoadingIndicators.Avalonia
11.0.11.1
dotnet add package LoadingIndicators.Avalonia --version 11.0.11.1
NuGet\Install-Package LoadingIndicators.Avalonia -Version 11.0.11.1
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="LoadingIndicators.Avalonia" Version="11.0.11.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LoadingIndicators.Avalonia" Version="11.0.11.1" />
<PackageReference Include="LoadingIndicators.Avalonia" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add LoadingIndicators.Avalonia --version 11.0.11.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: LoadingIndicators.Avalonia, 11.0.11.1"
#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.
#:package LoadingIndicators.Avalonia@11.0.11.1
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=LoadingIndicators.Avalonia&version=11.0.11.1
#tool nuget:?package=LoadingIndicators.Avalonia&version=11.0.11.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
LoadingIndicators.Avalonia
LoadingIndicators.Avalonia is an adaptation for Avalonia of the LoadingIndicators.WPF collection of 9 animated loading indicators.
Themes
- Arc
- Arcs
- Arcs Ring
- Double Bounce
- FlipPlane
- Pulse
- Ring
- Three Dots
- Wave
Features
- Easy activation/deactivation
- Easy theme change
- Adjustable animation speed
Usage
- Add resources in App.axaml
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceInclude Source="avares://LoadingIndicators.Avalonia/LoadingIndicators.axaml" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
- Include namespace
<Window ...
xmlns:li="using:LoadingIndicators.Avalonia">
- Add indicator and select mode
<li:LoadingIndicator IsActive="{Binding IsBusy}" Mode="Arcs" SpeedRatio="1.2" />
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on LoadingIndicators.Avalonia:
Repository | Stars |
---|---|
qwqcode/SubRenamer
🎞 字幕文件批量改名和自动调轴工具 | Batch rename subtitle files to match video names with one-click.
|
|
MeltyPlayer/FinModelUtility
Model viewer and command-line tools for extracting models from various GCN/3DS/PC games en-masse.
|
- Make indicators more like originals.