LoadingIndicators.WPF Save

A collection of loading indicators for WPF

Project README

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

Open Source Agenda is not affiliated with "LoadingIndicators.WPF" Project. README Source: zeluisping/LoadingIndicators.WPF
Stars
696
Open Issues
6
Last Commit
2 years ago

Open Source Agenda Badge

Open Source Agenda Rating