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