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

DashboardTitle.Alignment Property

Gets or sets the alignment of the dashboard title.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

[DefaultValue(DashboardTitleAlignment.Center)]
public DashboardTitleAlignment Alignment { get; set; }

Property Value

Type Default Description
DashboardTitleAlignment **Center**

A DashboardTitleAlignment enumeration value that specifies the alignment of the dashboard title.

See Also