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

CardRowElementBase.HorizontalAlignment Property

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

Namespace: DevExpress.DashboardCommon

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

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