Skip to content
forked from DrWenz/WpfGif

GIF Support for WPF Image Control

License

Notifications You must be signed in to change notification settings

Shurrik0030/WpfGif

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WpfGif

Add GIF support to a WPF Image Control.

How to get it

  • Nuget Package

    WpfGif Nuget

  • Get Release

    Download the current Release Version and add it to your project

How to use it

  • Add the following header to the XAML file

    xmlns:GIF="clr-namespace:WpfGif;assembly=WpfGif"
  • Set source to image

    <Image GIF:GifImageBehavior.GIFSource="<FILEPATH>" />

About

GIF Support for WPF Image Control

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%