Skip to main content
.NET 6.0+

IModelLayoutElementWithCaptionOptions.CaptionVerticalAlignment Property

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

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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.
See Also