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

BoundImageDashboardItem.VerticalAlignment Property

Gets or sets the vertical alignment of the image.

Namespace: DevExpress.DashboardCommon

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

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

Declaration

[DefaultValue(ImageVerticalAlignment.Center)]
public ImageVerticalAlignment VerticalAlignment { get; set; }

Property Value

Type Default Description
ImageVerticalAlignment **Center**

An ImageVerticalAlignment enumeration member that specifies the vertical alignment of the image.

See Also