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

BoundImageDashboardItem.HorizontalAlignment Property

Gets or sets the horizontal alignment of the image.

Namespace: DevExpress.DashboardCommon

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

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