Elemental Visual Part - LabelPosition Property
LabelPosition sets the position of labels
Member of Elemental Visual Part (PRIM_EVP)
Data Type - Enumeration
The LabelPosition property governs the position label portion of a field relative to the input area. Changing the LabelPosition property in the designer may cause the field to change its height to accommodate both the label and edit area.
| Enum Value | Description |
|---|---|
| Bottom | Show below the input area |
| None | The input area will occupy the whole control |
| Left | Show to the left of the input area |
| Right | Show to the right of the input area |
| Top | Show above the input area |
Febuary 18 V14SP2