IModelLayoutElementWithCaptionOptions.CaptionVerticalAlignment Property
Specifies the vertical alignment of a layout element's caption.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v20.2.dll
Declaration
Property Value
Type | Description |
---|---|
VertAlignment | A DevExpress.Utils.VertAlignment enumeration value specifying the vertical alignment of a layout element's caption. |
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
Feedback