Label Properties
● design
Display of the UI element.
This property can be personalized by an administrator.
Value |
Visual Display |
Description |
Can be set using personalization |
standard |
|
Standard display with colon |
Yes |
light |
|
Standard display without colon |
Yes |
emphasized |
|
Highlighted display (without colon) |
Yes |
● labelFor
ID of the interface element to be labeled, for example, an InputField.

This input is mandatory. If you enter it incorrectly, a runtime error occurs.
You can use a Label for the following UI elements:
○ BreadCrumb
○ Caption
○ CheckBox and CheckBoxGroup
○ DropDownByKey and DropDownByIndex
○ FileDownload and FileUpload
○ FormattedTextEdit and FormattedTextView
○ Image
○ InputField
○ ItemListBox
○ LinkToAction and LinkToUrl
○ ProgressIndicator
○ RadioButton, RadioButtonGroupByIndex, and RadioButtonGroupByKey
○ Table
○ TextEdit and TextView
○ ThresholdSlider
○ TransparentContainer
○ TriStateCheckBox
● text
Label text
This property can be personalized by an administrator.
● textDirection
Text or writing direction.
This enables labels of interface elements to be read in languages that have an RTL writing direction, such as Arabic or Hebrew, as opposed to LTR for languages like English.
This property can be personalized by an administrator.
Value |
Description |
Can be set using personalization |
INHERIT |
The text direction is inherited from the parent element. Therefore, the text direction is identical to that of the parent element. |
Yes |
LTR |
Left to right text direction |
Yes |
RTL |
Right to left text direction |
Yes |
● width
Width of the UI element; see also Methods and Properties.
This property can be personalized by an administrator.
● wrapping
Indicates whether or not the text is wrapped. If the value is false, the text is not wrapped.
This property can be personalized by an administrator.