I want to rotate the image inside an image button but not rotate the image button itself. Is this possible?
Yes, just use the .Rotation
property on the object you want to rotate as you would with any another UI element.
example ImageButton.Image.Rotation = 90
(where the number is the angle)
Please actually read the post before replying. OP wants to rotate the image, not the gui object itself
The answer to the question is no. You would have to upload the image in a different orientation or rotate the gui element
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.