dashboard-devexpress-dot-dashboardcommon-1f6c3cbf.md
Lists values that specify the horizontal alignment of an image displayed in the Image dashboard item.
Namespace : DevExpress.DashboardCommon
Assembly : DevExpress.Dashboard.v25.2.Core.dll
NuGet Package : DevExpress.Dashboard.Core
public enum ImageHorizontalAlignment
Public Enum ImageHorizontalAlignment
| 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.
|
The following properties accept/return ImageHorizontalAlignment values:
Values listed by this enumeration are used to set the ImageDashboardItem.HorizontalAlignment property.
See Also