WPF loading加载动画库

Posted lonelyxmas

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了WPF loading加载动画库相关的知识,希望对你有一定的参考价值。

原文:WPF loading加载动画库

1. 下载Dll

?????? https://pan.baidu.com/s/1wKgv5_Q8phWo5CrXWlB9dA

2.在项目中添加引用

??????? 略

3.在Xaml中引入名称空间

????? xmlns:myLib="clr-namespace:MyLoadingLib;assembly=MyLoadingLib"

4.使用代码

?????<StackPanel>
???? <myLib:CirclePointRingLoading Width="40" Height="40" IsActive="True" IsLarge="False" Foreground="#3ca9fe"/>
??????????????????? <TextBlock Foreground="#787978" FontSize="13" Text="正在检测新版本..."? Padding="10,15,0,0"/>
??????????????????? <myLib:HorizontalPoingLoading FillBrush="#3ca9fe" EllipseDiameter="10"/>
??????????????????? <myLib:ThreePoingLoading Foreground="#3ca9fe" Margin="0,20,0,0" />
??????????????????? <myLib:TwoPointLoading EllipseWidth="16" Foreground="#3ca9fe" />
??????????????????? <myLib:OnePointLoading Foreground="#3ca9fe" Margin="5"/>
??????????????????? <myLib:RadnerLoading Foreground="#1ab394"/>
???????????????????
??????????????????? <myLib:GridLoading Foreground="#3ca9fe" />
??????????????????? <myLib:FiveColumnLoading Foreground="#3ca9fe" />
??????????????????? <myLib:IconLoading Foreground="#3ca9fe" IconSize="30" Icon="&#xe62e;"/>
??????????????????? <myLib:IconLoading Foreground="#3ca9fe" IconSize="30" Icon="&#xe623;"/>
??????????????????? <myLib:IconLoading Foreground="#3ca9fe" IconSize="30" Icon="&#xe770;"/>

??? </StackPanel>????


5. ?? 效果

技术分享图片


虽然不是那么的全面 ,希望能帮助到更多的朋友






















以上是关于WPF loading加载动画库的主要内容,如果未能解决你的问题,请参考以下文章

使用aos动画库让其滑到页面位置再加载相应动画解决提前加载的情况。

使用aos动画库让其滑到页面位置再加载相应动画解决提前加载的情况。

WPF动画 - Loading加载动画

荐牛逼的WPF动画库:XamlFlair

Lottie,一个强大的移动端动画库

Lottie,一个强大的移动端动画库