I\'ve an Image component where I want to rotate the source :
The problem is that the Transforms were applied after the layout pass. You should use a LayoutTransform to perform the transformation before the layout is calculated:
LayoutTransform