-
I tried to do it with a IState to the rotation property but it didn't react to changes. My project is MVUX. |
Beta Was this translation helpful? Give feedback.
Answered by
Omega596
Apr 6, 2025
Replies: 2 comments
-
Thanks for the question! Could you provide a repro of what you're trying to do, as well as the platform you're testing it on? |
Beta Was this translation helpful? Give feedback.
0 replies
-
To rotate a element you need to add a RenderTransform to the element and then a composite transform, then change the rotation value.
Tip: use RenderTransformOrigin="0.5,0.5" to center the rotation |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Omega596
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To rotate a element you need to add a RenderTransform to the element and then a composite transform, then change the rotation value.
Example: