The Label control is used to display the caption for any control in the form. Each data entry control in the form will require a caption to display the description which will help the user identify the purpose of the control in the form.
Control Name: Label
Group: Standard
| General | |||
| S.no | Property name | Data type | Description |
| 1 | Default value | String | To set the label text. |
| 2 | Remarks | String | To make a comment or observation about the control for reference. |
| Style | |||
| S.no | Property name | Data type | Description |
| 3 | Width | String | Sets the suggested width or thickness of the control. |
| 4 | Height | String | Sets the suggested height of the control. |
| 5 | Text Alignment | String | Specifies whether the text to be left-aligned, Center –aligned or right-aligned |
| 6 | Margin | String | Sets the edge or outer margin to the control. |
| 7 | Font | String | Sets the font face\style. |
| 8 | Font Size | String | Sets the font size. |
| 9 | Font Color | String | Sets a brush that describes the Text color of the control. |
| 10 | Background Color | String | Sets a brush that describes the Background color of the control. |
| 11 | Visible | Boolean | Sets the visibility of the control while rendering. |
| 12 | Bold | String | To make the control text Bold. |
| 13 | Italic | String | Italicize the control text. |
| 14 | Underline | String | To Underline the control text. |
| 15 | Column Span | Integer | To merge the number of column specified. |
| Reports | |||
| S.no | Property name | Data type | Description |
| 16 | Control Report | Control Report will redirect to Reports tab that will display all the configurations, rules and datasources details associated to the selected control. |