Amit Ziv

Amit Ziv

  • NA
  • 40
  • 8.3k

Moving an image WinForms VS WPF

Apr 20 2014 7:36 AM
Hi, im currently converting one of my projects from winforms to wpf.
i had this line of code in winforms (greenCar is picturebox control):
int speed = 5
            greenCar.Top = greenCar.Top + speed;

basically im trying to move the picture downwards in each tick of the timer which this function running in.

what code line is doing the same thing in WPF application?
thanks in advance :)

Answers (3)