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

CardRowBase.VerticalAlignment Property

Gets or sets the vertical alignment of a current layout row.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

[DefaultValue(CardVerticalAlignment.Top)]
public CardVerticalAlignment VerticalAlignment { get; set; }

Property Value

Type Default Description
CardVerticalAlignment **Top**

A CardVerticalAlignment object that specifies the vertical alignment of a current layout row.

See Also