Posts by PedroJ • 11 points
1 post
-
1
votes2
answers498
viewsA: I can’t run an animated gif on my WPF project
By default WPF does not offer any specific control for running Gif image files. But there are two simple ways to solve this problem: 1 • Attach Gif to control Mediaelement. Yes, this component can…