zeluisping / LoadingIndicators.WPF

A collection of loading indicators for WPF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:The Unlicense


Languages

Language:C# 100.0%