Is it possible to change the busy animation in the Busyindicator of Extended WPF Toolkit? In particular, I would like to change it to a .gif animation.
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- How to know full paths to DLL's from .csproj f
Yes, of course. You can define your own custom content (documentation).
Busy indicator custom content example:
To display animated GIF images in WPF you can use WPF Animated GIF.
Busy indicator with animated GIF: