Hello
Is it possible to make a Button tilt in say 45 degrees?
I wanna make my own control and let the user decide in what angel the control should be drawn. I would like to use 0, 45, 90, 135, 180,.....,315 degrees.
Is this possible?
Printable View
Hello
Is it possible to make a Button tilt in say 45 degrees?
I wanna make my own control and let the user decide in what angel the control should be drawn. I would like to use 0, 45, 90, 135, 180,.....,315 degrees.
Is this possible?
How do you want the button to tilt?
If it's this case you could cut the regions around it, but i'm not sure if thats what you want, maybe you want to rotate it in the x or y axis to make a 3d impression..Code:____
\ \
\ \
\___\
Thank you for the answer, I will try to explian some more.
What I will try to do is draw the buttons on the form in a halfcircel, like the way the chairs are placed in a Opera or theater. So I want the buttons to be tileted depending on where in the halfcircle they are.
I hope this make my Q easier to understand.