BatLine.AnimOfDots 3.0.2

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" />
                    
Directory.Packages.props
<PackageReference Include="BatLine.AnimOfDots" />
                    
Project file
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
                    
#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
                    
Install as a Cake Addin
#tool nuget:?package=BatLine.AnimOfDots&version=3.0.2
                    
Install as a Cake Tool

AnimOfDots (Loading Indicator)

[.NET WinForms/WPF] Loading animations for C# WinForms, VB.NET and WPF.

Preview:

Preview animation

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 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.

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.

Version Downloads Last Updated
3.0.2 90 8/10/2025
3.0.1 93 8/10/2025
3.0.0 162 10/22/2024
2.0.0 147 9/5/2024

Performance improvements + Strong named assembly.