LoadingIndicators.WPF 0.0.1

dotnet add package LoadingIndicators.WPF --version 0.0.1
                    
NuGet\Install-Package LoadingIndicators.WPF -Version 0.0.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.WPF" Version="0.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LoadingIndicators.WPF" Version="0.0.1" />
                    
Directory.Packages.props
<PackageReference Include="LoadingIndicators.WPF" />
                    
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 LoadingIndicators.WPF --version 0.0.1
                    
#r "nuget: LoadingIndicators.WPF, 0.0.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.
#addin nuget:?package=LoadingIndicators.WPF&version=0.0.1
                    
Install as a Cake Addin
#tool nuget:?package=LoadingIndicators.WPF&version=0.0.1
                    
Install as a Cake Tool

IMPORTANT: The package's licensing and homepage are outdated. The new locations are:

LoadingIndicators.WPF

Demo

LoadingIndicators.WPF is a collection of 8 animated loading indicators for WPF compatible with MahApps.Metro.

Styles

  • Arcs
  • Arcs Ring
  • Double Bounce
  • FlipPlane
  • Pulse
  • Ring
  • Three Dots
  • Wave

Features

  • Variable Animation Speed
  • Easy activation/deactivation
  • Easy change of theme using resources
  • Out of the box MahApps.Metro compatibility

Usage

  • Include Namespace
<Window ...
        xmlns:li="http://github.com/zeluisping/loadingIndicators/xaml/controls">
  • Add Loading indicator and select mode
<li:LoadingIndicator Grid.Column="0" Grid.Row="0" SpeedRatio="{Binding SpeedRatio}" IsActive="{Binding IsArcsActive}" Mode="Arcs" />

Note: Waves mode will be selected by default if left empty

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on LoadingIndicators.WPF:

Package Downloads
MepApps.MepControls

Mep Apps Inc. Base Code Module

DZY.DotNetUtil.UI

DZY.DotNetUtil.UI

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on LoadingIndicators.WPF:

Repository Stars
HJLebbink/asm-dude
Visual Studio extension for assembly syntax highlighting and code completion in assembly files and the disassembly window
tushev/aojdk-updatewatcher
Automatic update tool for AdoptOpenJDK, Eclipse Temurin™ and/or IBM® Semeru® Open Edition releases
Version Downloads Last Updated
0.0.1 107,893 6/12/2015