A view displaying non-editable text
The text displayed by the view.
text |
A String. |
If -setBoth is true, setting this variable also sets -string to the value interpreted as String.
obj |
Any object, typically one which makes sense to display as a string, such as a Float. |
The alignment of the displayed text. See Alignment for possible values.
The font used to display the text.
aFont |
A Font. |
The color used to display the text.
color |
A Color. |
Setting this variable colors the whole area occupied by the view under the text with the given color.
color |
A Color. |