Skip to content

ThomasSteinbinder/WPFAnimatedLoadingSpinner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

WPFAnimatedLoadingSpinner

A simple animeted loading spinner in WPF / C#.

loadingAnimation

How to use:

spinners


<StackPanel Orientation="Horizontal" VerticalAlignment="Center" HorizontalAlignment="Center">
      <local:LoadingControl Diameter="60" Color1="Red" Color2="Black"/>
      <local:LoadingControl Diameter="36" Color1="Green" Color2="Transparent"/>
      <local:LoadingControl Diameter="100" Color1="Blue" Color2="Transparent"/>
      <local:LoadingControl Diameter="48" Color1="Orange" Color2="Transparent"/>
</StackPanel>

About

A simple animeted loading spinner in WPF / C#.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages