BatLine.AnimOfDots
3.0.1
See the version list below for details.
dotnet add package BatLine.AnimOfDots --version 3.0.1
NuGet\Install-Package BatLine.AnimOfDots -Version 3.0.1
<PackageReference Include="BatLine.AnimOfDots" Version="3.0.1" />
<PackageVersion Include="BatLine.AnimOfDots" Version="3.0.1" />
<PackageReference Include="BatLine.AnimOfDots" />
paket add BatLine.AnimOfDots --version 3.0.1
#r "nuget: BatLine.AnimOfDots, 3.0.1"
#:package BatLine.AnimOfDots@3.0.1
#addin nuget:?package=BatLine.AnimOfDots&version=3.0.1
#tool nuget:?package=BatLine.AnimOfDots&version=3.0.1
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. |
-
.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.
Targets .NET 5 or later and .NET Framework 4.6.2+ for broader compatibility. Added public properties to the spinners. Fixed some flickering on smaller sizes.