Skip to main content

BoundImageDashboardItem.HorizontalAlignment Property

Gets or sets the horizontal alignment of the image.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

[DefaultValue(ImageHorizontalAlignment.Center)]
public ImageHorizontalAlignment HorizontalAlignment { get; set; }

#Property Value

Type Default Description
ImageHorizontalAlignment Center

An ImageHorizontalAlignment enumeration member that specifies the horizontal alignment of the image.

Available values:

Name Description
Left

The image is horizontally aligned on the left of the ImageDashboardItem.

Center

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

Right

The image is horizontally aligned on the right of the ImageDashboardItem.

See Also