LabelPosition

Wisej.Web.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

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

NameDescription

Returns or sets the position of the label in relation to the associated editor control.

Last updated