Form
Form¶
| Name | Type | Default Value | Description |
|---|---|---|---|
| text | string | The label text | |
| enableActuator | boolean | False | If true, inherit tooltip text from value actuator |
| fontsize | number | 0.5 | Font-size |
| backgroundColor | string | rgba(228, 228, 228, 1) | Background color |
| textColor | string | var(--widget-label-color) | Text color |
| valueFontFamily | string | var(--widget-font-family) | Value font-family. Possible values: Arial, Verdana, Tahoma, Trebuchet MS, Times New Roman, Georgia, Garamond, Courier New, Brush Script MT, Montserrat, ralway, Lucida Grande, Lato, Menlo |
| textAlign | string | left | Text horizontal alignment. Possible values: left, center, right |
| displayBorder | boolean | False | If true, a border is displayed around the widget |
| borderColor | string | var(--widget-border-color) | Border color of the form |
| centerVertically | boolean | True | Ensure vertical centering of the text |