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

CaptchaTextBoxProperties.Position Property

Gets or sets the text box position within the captcha control.

Namespace: DevExpress.Web.Captcha

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(ControlPosition.Right)]
public ControlPosition Position { get; set; }

Property Value

Type Default Description
ControlPosition **Right**

A ControlPosition enumeration value that specifies the position of the editor’s text box.

Available values:

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.

See Also