Skip to main content

CaptchaTextBoxProperties.Position Property

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

Namespace: DevExpress.Web.Captcha

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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