WPF Spinning Image — Loading Wheel
This is just a quick post for something that caused me quite a bit of hassle. How to spin an image in WPF. This is useful for creating loading icons such as a spinning icon.
This is what my implementation looks like:
To create this effect, I first added a resource to my user control. This is what that looks like:
<UserControl.Resources>
<Storyboard…