Perspective Rotate Label

I am trying to rotate a label on my project 90deg so that it is going up so that it reads like this label:
image
but I can't figure out how.

Any ideas?

Try adding the transform property to the styles property and give it a value of rotate(90deg).

POSITION.rotate.angle : 90deg

1 Like

This was my initial thought that I tried and I couldn't get it to work:
image

I see that you can't do it within a flex container which was my issue. Thanks

You can always nest containers, for example a coordinate within a flex.

Label rotate

I just checked it in a flex container in a flex view and it's possible. I haven't had time to figure out what happens to its boundaries.