✅ WPF button animation

I have a button using WPF, It is a transparent background button with an icon as the picture and no text. I need to animate the top part so that it rotates 45 degrees, can someone help me do this?
4 Replies
Buddy
Buddy2mo ago
Use a storyboard
monkeyoohlala
monkeyoohlalaOP2mo ago
Im looking it up right now on learn.microsoft.com
Buddy
Buddy2mo ago
Storyboard is how you do animations / transitions in WPF
monkeyoohlala
monkeyoohlalaOP2mo ago
I'm reading everything in the animation overview tab ok I got it to disappear like the learn site says to do this a good step where can I get a list of targetproperty values? yeah I cant find the value for rotation can someone point me in the direction of changing rotation?

Did you find this page helpful?