WpfAnimatedGif icon indicating copy to clipboard operation
WpfAnimatedGif copied to clipboard

A simple library to display animated GIF images in WPF, usable in XAML or in code.

Results 3 WpfAnimatedGif issues
Sort by recently updated
recently updated
newest added

hi When I build in the Click-Once system, I check 32BIT BASIC for Any CPU in the main launcher project and build it. And in a project using WpfAnimatedGif, since...

I added the gif using this code: ```xaml ``` How can I control the delay time to start the gif ? any property in xaml can do this?

The decoding of the gif file is done on the UI thread. it cause a freeze of the application when loading large gif.