Skip to main content

ImageDashboardItem.VerticalAlignment Property

Gets or sets the vertical alignment of the image.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.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.

Available values:

Name Description
Top

The image is vertically aligned at the top of the ImageDashboardItem.

Center

The image is vertically aligned in the middle of the ImageDashboardItem.

Bottom

The image is vertically aligned at the bottom of the ImageDashboardItem.

See Also