C
C#3mo ago
Elio

✅ "Animate" an image along a axis

Hi, i'm using wpf and i want to code the "animation" of an Image. I want to move the image on an axis from 0 to 100 depends of int X. Should i use Canvas to set the position of the image depends of the X parameter ?
No description
2 Replies
canton7
canton73mo ago
Sure, or you can use any other panel type which lets you change the position of the image Also look at the build-in animation stuff
Elio
Elio3mo ago
is it ok if i set the animation this way or should i use storyboard or other stuff ?
No description