Property | Type | Description |
align |
string |
Describes how the text should align in the label (e.g. right). |
font_size |
integer |
(e.g. 16, default: 12). |
form |
string |
The name of the form that this label is associated with. |
fieldname |
string |
The name of the column in the datasource that will be used to supply the text of the label. |
fgcolor |
string |
The color (named or #numeric) of the text in the label. |
point_fgcolor |
string |
The color (named or #numeric) of the text in the label when the user hovers the mouse over the label. |
click_fgcolor |
string |
The color (named or #numeric) of the text in the label when the user clicks on the label. |
style |
string |
(e.g. bold). |
text |
string |
The text that the label is to display. |
valign |
string |
Describes how the text should align vertically within the label (e.g. top, middle, or bottom). |
value |
string |
This property allows a runclient() expression to dynamically supply the text to display in the label. |
width |
integer |
The width of the label. |
x |
integer |
x-coordinate of the upper left corner of the checkbox, default is 0. |
y |
integer |
y-coordinate of the upper left corner of the checkbox, default is 0. |