Rotated Text
Description
A rotated text control. A rotated text control displays text rotated to a given number of degrees. O degrees being unrotated.
You must be logged in to leave a review or reply.
Rotated Text
widget
A rotated text control. A rotated text control displays text rotated to a given number of degrees. O degrees being unrotated.
mouseUp
message
on mouseUp
The message is sent when the widget is clicked.
foregroundColor
property
get the foregroundColor of widget
set the foregroundColor of widget to pColor
Use the property to control the text color of the widget.
rotation
property
get the rotation of widget
set the rotation of widget to pDegrees
Use the property to set the amount the text displayed in the widget is rotated by. The default is 0 degrees which is unrotated, horizontal text. The etxt is rotated in a clockwise direction.
content
property
get the content of widget
set the content of widget to pText
Use the property to set the text that is displayed in the widgtet. The default text is “Default text”.
formattedHeight
property
get the formattedHeight of widget
Use the
property to find the amount of space needed by the widget to display its full contents without scrolling.
formattedWidth
property
get the formattedWidth of widget
Use the
property to find the amount of space needed by the widget to display its full contents without scrolling.