tags:

views:

119

answers:

1

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