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

ImageDashboardItem.HorizontalAlignment Property

Gets or sets the horizontal alignment of the image.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.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.

See Also