aspnet-devexpress-dot-web-a342711f.md
Specifies the vertical alignment of editor caption within its parent container.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum EditorCaptionVerticalAlign
Public Enum EditorCaptionVerticalAlign
| Name | Description |
|---|---|
Top |
The element is displayed at the top of its parent container.
|
| Bottom |
The element is displayed at the bottom of its parent container.
|
| Middle |
The element is displayed in the middle of its parent container.
|
| NotSet |
The element alignment is not set.
|
The following properties accept/return EditorCaptionVerticalAlign values:
The values of this enumerator are used to set the EditorCaptionSettingsBase.VerticalAlign property.
See Also