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

TitleSettings.VerticalAlignment Property

Specifies a title’s vertical position.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

[DefaultValue(VerticalAlign.NotSet)]
public VerticalAlign VerticalAlignment { get; set; }

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
BootstrapChart
.TitleSettings.VerticalAlignment
BootstrapChartBase
.TitleSettings.VerticalAlignment
BootstrapCoordinateSystemChart
.TitleSettings.VerticalAlignment
BootstrapPieChart
.TitleSettings.VerticalAlignment
BootstrapPolarChart
.TitleSettings.VerticalAlignment
BootstrapRangeSelector
.TitleSettings.VerticalAlignment
BootstrapWebClientUIWidgetEx
.TitleSettings.VerticalAlignment

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