Skip to content

zeluisping/LoadingIndicators.WPF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A collection of loading indicators for WPF

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages