ControlPosition Enum
List values that specify an element’s position within a control area.
Namespace: DevExpress.Web.Captcha
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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