ImageHorizontalAlignment Enum
Lists values that specify the horizontal alignment of an image displayed in the Image dashboard item.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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. |
Remarks
Values listed by this enumeration are used to set the ImageDashboardItem.HorizontalAlignment property.
See Also