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

ImageHorizontalAlignment Enum

Lists values that specify the horizontal alignment of an image displayed in the Image dashboard item.

Namespace: DevExpress.DashboardCommon

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

Declaration

public enum ImageHorizontalAlignment

Members

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.

Related API Members

The following properties accept/return ImageHorizontalAlignment values:

Remarks

Values listed by this enumeration are used to set the ImageDashboardItem.HorizontalAlignment property.

See Also