TitleSettings.VerticalAlignment Property
Specifies a title’s vertical position.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v25.2.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| VerticalAlign | NotSet | A VerticalAlign enumeration’s value (except for Middle) that specifies the title’s vertical alignment. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to VerticalAlignment |
|---|---|
| BootstrapWebClientUIWidgetEx |
|
Remarks
Note
The Middle enumeration value cannot be set as the VerticalAlignment property’s value.
To specify the title’s horizontal alignment, use the HorizontalAlignment property.
See Also