The Label Widget properties panel contains settings that control the displayed text content, alignment, and styling. The Label Widget has no data-binding or event properties.
General
| Property | Description |
|---|
| Text | The content displayed by the label. Supports plain text, HTML markup, and @fieldname placeholders for dynamic value substitution. See the Overview for examples. |
| Name | Internal widget name. Used for identification in logic or scripts. |
| Visible | Controls whether the label is displayed. When unchecked, the label is hidden but remains configured. |
Appearance
| Property | Description |
|---|
| Text Align | Controls the horizontal alignment of the label text: Left, Center, or Right. |
| Vertical Align | Controls the vertical alignment of the label within its container row: Top, Middle, or Bottom. |
| Color | Sets the text color. Overrides the project theme color for this label. |
| Font Size | Overrides the font size defined in the project theme. |
| Font Weight | Overrides the font weight defined in the project theme. |