dashboard-devexpress-dot-dashboardcommon-49732444.md
Lists values that identify the vertical alignment of a card layout row.
Namespace : DevExpress.DashboardCommon
Assembly : DevExpress.Dashboard.v25.2.Core.dll
NuGet Package : DevExpress.Dashboard.Core
public enum CardVerticalAlignment
Public Enum CardVerticalAlignment
| Name | Description |
|---|---|
Top |
A card layout row is vertically aligned at the top of the card.
|
| Bottom |
A card layout row is vertically aligned at the bottom of the card.
|
| Center |
A card layout row is vertically aligned in the middle of the card.
|
The following properties accept/return CardVerticalAlignment values:
Values listed in this enumeration are used to set the CardRowBase.VerticalAlignment. To learn how to manage the layout of cards in the CardDashboardItem, refer to the CardLayoutTemplate class description.
See Also