Back to Devexpress

ImageVerticalAlignment Enum

dashboard-devexpress-dot-dashboardcommon-0d8d2f2e.md

latest1.8 KB
Original Source

ImageVerticalAlignment Enum

Lists values that specify the vertical 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 ImageVerticalAlignment
vb
Public Enum ImageVerticalAlignment

Members

NameDescription
Top

The image is vertically aligned at the top of the ImageDashboardItem.

| | Center |

The image is vertically aligned in the middle of the ImageDashboardItem.

| | Bottom |

The image is vertically aligned at the bottom of the ImageDashboardItem.

|

The following properties accept/return ImageVerticalAlignment values:

Remarks

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

See Also

DevExpress.DashboardCommon Namespace