Label
Label¶
Name | Type | Default Value | Description |
---|---|---|---|
text | string | Type texte | The label text |
enableActuator | boolean | False | If true, inherit label text from value actuator |
fontsize | number | 0.5 | Label text font-size |
backgroundColor | string | rgba(0, 0, 0, 0) | Label 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 |
centerVertically | boolean | True | Ensure vertical centering of the text |