CaptchaTextBoxProperties.Position Property
In This Article
Gets or sets the text box position within the captcha control.
Namespace: DevExpress.Web.Captcha
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(ControlPosition.Right)]
public ControlPosition Position { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Control |
Right | A Control |
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