When applying a transform on a control in Windows Store apps, to set the origin of the transform, I see from the documentation that you can either set RenderTransformOrigin
on the control or set CenterX
and CenterY
on the transform itself.
What is the difference between the two ? When both of these are set, which of them takes precedence ?