Back to Devexpress

CardVerticalAlignment Enum

dashboard-devexpress-dot-dashboardcommon-49732444.md

latest1.6 KB
Original Source

CardVerticalAlignment Enum

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

Declaration

csharp
public enum CardVerticalAlignment
vb
Public Enum CardVerticalAlignment

Members

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

Remarks

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

DevExpress.DashboardCommon Namespace