Back to Devexpress

ImageHorizontalAlignment Enum

dashboard-devexpress-dot-dashboardcommon-1f6c3cbf.md

latest1.9 KB
Original Source

ImageHorizontalAlignment Enum

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

Declaration

csharp
public enum ImageHorizontalAlignment
vb
Public Enum ImageHorizontalAlignment

Members

NameDescription
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:

Remarks

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

See Also

DevExpress.DashboardCommon Namespace