Skip to main content
A newer version of this page is available. .

ControlPosition Enum

List values that specify an element’s position within a control area.

Namespace: DevExpress.Web.Captcha

Assembly: DevExpress.Web.v18.2.dll

Declaration

public enum ControlPosition

Members

Name Description
Left

The element is displayed on the left side of the control’s area.

Right

The element is displayed on the right side of the control’s area.

Top

The element is displayed at the top of the control’s area.

Bottom

The element is displayed at the bottom of the control’s area.

Related API Members

The following properties accept/return ControlPosition values:

See Also