Blog Archives

WPF Animation on Projection Property using code or XAML

xaml

If you try to define DoubleAnimation on Projection property then you will see lot of challenge. Here is How to fix. First make sure you create Name Attribute on Projection property like below for whatever UI element you want animate.

Tagged with: , , ,
Posted in .net, C#, Linq, SilverLight, WPF, XAML

XAML Animation – How to Scale and Rotate Object (Multiple Transformations)

xaml-animation.-scale-rotate-transformation

In this post I want to share snippet which shows simple technique to implement multiple transformations on same object. You will notice that in order to achieve this I have used TransformationGroup along with StoryBoard and DoubleAnimation private void Rotate_Click(object

Tagged with: , ,
Posted in .net, C#, XAML