ImageHorizontalAlignment Enum
In This Article
Lists values that specify the horizontal alignment of an image displayed in the Image dashboard item.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Members
Name | Description |
---|---|
Left
|
The image is horizontally aligned on the left of the Image |
Center
|
The image is horizontally aligned in the middle of the Image |
Right
|
The image is horizontally aligned on the right of the Image |
#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