I would like to display an animation gif such as loading… in my XAML as my procedure is progressing. I found out that this cannot be easily done in WPF as I loaded my Gif and it just shows the first frame. What are the best ways to display an animation in WPF.
Share
You can use the following code for loading GIFImage in a WPF app
The way you use it as follows….
Let me know if this helps you.