HITMan
HITMan

Reputation:

How to Call XAML Code in C# body?

I have animation written in XAML. And I want to call this animation during C# body.

Upvotes: 0

Views: 546

Answers (1)

Thomas Freudenberg
Thomas Freudenberg

Reputation: 5078

Give it a name like x:Name="_myAnimation", then you get a member field which you can work with.

Upvotes: 1

Related Questions