IModelLayoutElementWithCaptionOptions.CaptionVerticalAlignment Property
Specifies the vertical alignment of a layout element’s caption.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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