✅ 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
Use a storyboard
Im looking it up right now on learn.microsoft.com
Storyboard is how you do animations / transitions in WPF
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?