LoadingIndicators.WPF

A collection of loading indicators for WPF

Github stars Tracking Chart

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

Overview

Name With OwnerVinceG/twitter-bootstrap-wizard
Primary LanguageJavaScript
Program languageC# (Language Count: 3)
Platform
License:MIT License
Release Count8
Last Release Name1.4.2 (Posted on 2017-03-16 08:34:22)
First Release Name1.0 (Posted on )
Created At2012-10-14 20:25:42
Pushed At2018-11-21 19:42:01
Last Commit At2018-11-21 11:42:00
Stargazers Count1.4k
Watchers Count115
Fork Count678
Commits Count140
Has Issues Enabled
Issues Count181
Issue Open Count58
Pull Requests Count35
Pull Requests Open Count2
Pull Requests Close Count15
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top