Skip to main content
Version: 3.5

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.

public enum LabelPosition : Enum

Fields

NameDescription
BottomThe label is placed below the control.
InsideThe label is placed inside the control and moved outside to the top when the control gains the focus.
LeftThe label is placed to the left the control.
RightThe label is placed to the right of the control.
TopThe label is placed above the control.

Used By

NameDescription
LabelWrapper.PositionReturns or sets the position of the label in relation to the associated editor control.