Back to Devexpress

CardHorizontalAlignment Enum

dashboard-devexpress-dot-dashboardcommon-6532a77c.md

latest1.7 KB
Original Source

CardHorizontalAlignment Enum

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

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum CardHorizontalAlignment
vb
Public Enum CardHorizontalAlignment

Members

NameDescription
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.

|

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

DevExpress.DashboardCommon Namespace