CardHorizontalAlignment Enum
Lists values that identify the horizontal alignment of a visual element within a card layout row.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#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.