Is there a way to have diagonal corners on ui besides importing an image with diagonal corners?
I want it to work with stroke and such, any suggestions are appreciated!
1 Like
You will need to create your own images and upload them. Stores won’t work on custom images they will act like a square.
To answer your question that is not possible up to this time.
1 Like
You can insert a UIStroke instance and set the LineJoinMode
property to Bevel
.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.