LabelPosition
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies the position of the LabelWrapper associate to a TextBox, ComboBox, DateTimePicker, NumericUpDown, DomainUpDown, ListBox control.
- C#
- VB.NET
public enum LabelPosition : Enum
Public Enum LabelPosition As [Enum]
Fields
| Name | Description |
|---|---|
| Bottom | The label is placed below the control. |
| Inside | The label is placed inside the control and moved outside to the top when the control gains the focus. |
| Left | The label is placed to the left the control. |
| Right | The label is placed to the right of the control. |
| Top | The label is placed above the control. |
Used By
| Name | Description |
|---|---|
| LabelWrapper.Position | Returns or sets the position of the label in relation to the associated editor control. |