BatLine.AnimOfDots
3.0.2
.NET 5.0
This package targets .NET 5.0. The package is compatible with this framework or higher.
.NET Framework 4.6.2
This package targets .NET Framework 4.6.2. The package is compatible with this framework or higher.
dotnet add package BatLine.AnimOfDots --version 3.0.2
NuGet\Install-Package BatLine.AnimOfDots -Version 3.0.2
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="BatLine.AnimOfDots" Version="3.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BatLine.AnimOfDots" Version="3.0.2" />
<PackageReference Include="BatLine.AnimOfDots" />
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 BatLine.AnimOfDots --version 3.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: BatLine.AnimOfDots, 3.0.2"
#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 BatLine.AnimOfDots@3.0.2
#: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=BatLine.AnimOfDots&version=3.0.2
#tool nuget:?package=BatLine.AnimOfDots&version=3.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
AnimOfDots (Loading Indicator)
[.NET WinForms/WPF] Loading animations for C# WinForms, VB.NET and WPF.
Preview:
Pulse | Circular | DotScaling |
---|---|---|
DotGridFlashing | MultiplePulse | DoubleDotSpin |
DotTyping | Overlay | DotFlashing |
WPF Support
The package includes a WPF wrapper project that hosts the WinForms
spinners inside a WindowsFormsHost
. This allows the same animations to
be used in WPF applications.
<Window
xmlns:aodw="clr-namespace:AnimOfDots.WPF.Controls;assembly=AnimOfDots.WPF">
<aodw:DotFlashing Running="True" />
</Window>
Properties and Methods
Common property and methods
Property or Method | Type | Description |
---|---|---|
AnimationSpeed | Property | Changes animation speed |
Running | Property | Indicates whether the animation is running |
HideOnStop | Property | Hides the indicator when the animation is stopped |
BackColor | Property | Changes the background color of the indicator |
Start() | Method | Start animating |
Stop() | Method | Stop animating |
Circular, DotGridFlashing, DotTyping, DoubleDotSpin, Pulse, MultiplePulse
Property or Method | Type | Description |
---|---|---|
ForeColor | Property | Changes the color of the indicator |
Overlay, ColorfulCircular, DotScaling
Property or Method | Type | Description |
---|---|---|
Colors | Property | Changes the color of the indicator <br /> according to the color array |
DotGridFlashing
Property or Method | Type | Description |
---|---|---|
ColorAlpha | Property | Changes the transparency level of <br /> half of the indicator elements |
DotFlashing, DoubleDotSpin
Property or Method | Type | Description |
---|---|---|
PrimaryColor | Property | Changes the primary color |
SecondaryColor | Property | Changes the secondary color |
ℹ️ Some controls must have the same aspect ratio to work properly.</br>
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0-windows7.0 is compatible. net6.0-windows was computed. net7.0-windows was computed. net8.0-windows was computed. net9.0-windows was computed. net10.0-windows was computed. |
.NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.6.2
- Microsoft.CSharp (>= 4.7.0)
- System.Data.DataSetExtensions (>= 4.5.0)
-
net5.0-windows7.0
- Microsoft.CSharp (>= 4.7.0)
- System.Data.DataSetExtensions (>= 4.5.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on BatLine.AnimOfDots:
Package | Downloads |
---|---|
BatLine.AnimOfDots.WPF
WPF host controls for BatLine.AnimOfDots spinners. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Performance improvements + Strong named assembly.