I'm playing with WPF for the first time in an animation/graphics context, and I am wondering how you'd move sprites around. I googled and came up with this example, but the animation is done by increasing/decreasing the margins and padding.
My question is, is this normal? I would have thought you'd do animation by changing the x and y co-ordinates of a sprite, not its padding.