Thanks, your blog got me on the right track to what I needed. The exact code that is equivalent to window forms
"Panel1.Location = new Point(Panel1.Location.X + 5, Panel1.Location.Y);"
is
image1.RenderTransform = new TranslateTransform(image1.Margin.Left + i,image1.Margin.Right + i);