Skip to main content

CardRowElementBase.HorizontalAlignment Property

Gets or sets the horizontal alignment of a current visual element.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

[DefaultValue(CardHorizontalAlignment.Left)]
public CardHorizontalAlignment HorizontalAlignment { get; set; }

#Property Value

Type Default Description
CardHorizontalAlignment Left

A CardHorizontalAlignment value that specifies the horizontal alignment of a current visual element.

Available values:

Name Description
Left

A visual element is aligned to the left edge of the card layout row.

Right

A visual element is aligned to the right edge of the card layout row.

Center

A visual element is aligned at the center of the card layout row.

See Also