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

IModelLayoutElementWithCaptionOptions.CaptionVerticalAlignment Property

Specifies the vertical alignment of a layout element’s caption.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

VertAlignment CaptionVerticalAlignment { get; set; }

Property Value

Type Description
VertAlignment

A DevExpress.Utils.VertAlignment enumeration value specifying the vertical alignment of a layout element’s caption.

Available values:

Name Description
Default

Places the text to its default position. The default position is in the center of an object.

Top

Places the text to the top of an object.

Center

Centers the text within an object.

Bottom

Places the text to the bottom of an object.

Remarks

This property is considered in XAF Windows Forms applications only.

The following values are available:

  • Bottom - places the caption at the bottom.
  • Center - centers the caption.
  • Default - centers the caption.
  • Top - places the caption at the top.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the CaptionVerticalAlignment property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also