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

CardHorizontalAlignment Enum

Lists values that identify the horizontal alignment of a visual element within a card layout row.

Namespace: DevExpress.DashboardCommon

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

Declaration

public enum CardHorizontalAlignment

Members

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.

Related API Members

The following properties accept/return CardHorizontalAlignment values:

Remarks

Values listed in this enumeration are used to set the CardRowElementBase.HorizontalAlignment property. To learn how to manage the layout of cards in the CardDashboardItem, refer to the CardLayoutTemplate class description.

See Also