Reputation:
I have animation written in XAML. And I want to call this animation during C# body.
Upvotes: 0
Views: 546
Reputation: 5078
Give it a name like x:Name="_myAnimation", then you get a member field which you can work with.
x:Name="_myAnimation"
Upvotes: 1