Back to Devexpress

DashboardTitle.Alignment Property

dashboard-devexpress-dot-dashboardcommon-dot-dashboardtitle-1da10214.md

latest1.6 KB
Original Source

DashboardTitle.Alignment Property

Gets or sets the alignment of the dashboard title.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
[DefaultValue(DashboardTitleAlignment.Center)]
public DashboardTitleAlignment Alignment { get; set; }
vb
<DefaultValue(DashboardTitleAlignment.Center)>
Public Property Alignment As DashboardTitleAlignment

Property Value

TypeDefaultDescription
DashboardTitleAlignmentCenter

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

|

Available values:

NameDescription
Left

Align the dashboard title to the left in the dashboard title area.

| | Center |

Align the dashboard title to the center in the dashboard title area.

|

See Also

DashboardTitle Class

DashboardTitle Members

DevExpress.DashboardCommon Namespace