XamlAnimatedGif / WpfAnimatedGif

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pause and play with XAML

rubgithub opened this issue · comments

How do I control play and pause through XAML

Hi @rubgithub,

Sorry, there's no way to do that through XAML. You have to use the animation controller in C# as shown in the wiki.