标签:
GitHub:https://github.com/XamlAnimatedGif/WpfAnimatedGif
可以通过NuGet管理器安装
Install-Package WpfAnimatedGif
在程序中的使用
引用方式
xmlns:gif="http://wpfanimatedgif.codeplex.com"
<Image gif:ImageBehavior.AnimatedSource="Images/animated.gif" />
通过WpfAnimatedGif显示WPF下GIF动态图片
原文地址:http://www.cnblogs.com/liunlls/p/WPF-WpfAnimatedGif.html