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

EditorCaptionVerticalAlign Enum

Specifies the vertical alignment of editor caption within its parent container.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum EditorCaptionVerticalAlign

Members

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.

Related API Members

The following properties accept/return EditorCaptionVerticalAlign values:

Remarks

The values of this enumerator are used to set the EditorCaptionSettingsBase.VerticalAlign property.

See Also