Skip to main content
A newer version of this page is available. .

CardVerticalAlignment Enum

Lists values that identify the vertical alignment of a card layout row.

Namespace: DevExpress.DashboardCommon

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

Declaration

public enum CardVerticalAlignment

Members

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.

Related API Members

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