This control allows you to add descriptive, read-only text to the wizard page. This control does not collect any configuration values but rather is used to visually enhance the UI.
Layout Properties
Layout properties are used to configure the UI characteristics of the control and are configured on the Layout tab in the UDI Wizard Designer. Table 51 lists the layout properties for the Label control and provides a brief description of each property.
Table 51. Label Control Layout Properties
Property |
Description |
X |
Use this property to configure the horizontal position of the control. |
Y |
Use this property to configure the vertical position of the control. |
Label |
Use this property to configure the descriptive text associated with this control. |
Width |
Use this property to configure the width of the control. Note If the text entered in the Label property is longer than the width of the control, the text is clipped and not displayed. |
Height |
Use this property to configure the height of the control. Note If the text entered in the Label property is taller than the height of the control, the text is clipped. |
Settings Properties
The Label control has no settings properties.
Related Topics