I can rotate a VisualElement in code but would like to know if it is possible to rotate it using a style without code. Also is it possible to change the anchor point for rotation?
This should help.

Thanks but where is that panel? I am using UI Builder 1.0.0-preview.18 and cannot see any such panel. I have added a VisualElement to a UI Document.
Perhaps I am using the worng tool. I am just exploring the UI Toolkit to see if it is a suitable replacement for my existing UI.
It’s almost at the bottom of the Inlined Styles. You can expand it using the arrow on the left.

@dpGoose I am running the embedded version from Unity 2021.2.0b16. It has the most fixes and features.
The UI Builder is part of Unity directly starting 2021.1. The package version of the UI Builder will continue to receive bug fixes, but it won’t receive new features.
The best path forward is probably to wait until 2021.2 gets released, which will also have UI Toolkit runtime as part of Unity directly.
Until then, you can achieve rotation through parenting + manipulating the transform property.
Thank you! I have upgraded to the new 2021.2 and it’s working perfectly.
I am not seeting the tranform tab in neither Unity 2021.1.27f1 with UI Builder 1.0.0-preview.18 or in the newly release 2021.2.0f1. Am I missing something? Do you unluck it somehow?
You should uninstall UI Builder package in Unity 2021.2. After that you’ll be able to use built-in version
That worked. Thank you!
