I have animation written in XAML. And I want to call this animation during C# body.
+1
A:
Give it a name like x:Name="_myAnimation"
, then you get a member field which you can work with.
Thomas Freudenberg
2009-07-30 14:18:18