CardRowBase.VerticalAlignment Property
In This Article
Gets or sets the vertical alignment of a current layout row.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
[DefaultValue(CardVerticalAlignment.Top)]
public CardVerticalAlignment VerticalAlignment { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Card |
Top | A Card |
Available values:
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. |
See Also