ImageVerticalAlignment Enum
In This Article
Lists values that specify the vertical 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 |
---|---|
Top
|
The image is vertically aligned at the top of the Image |
Center
|
The image is vertically aligned in the middle of the Image |
Bottom
|
The image is vertically aligned at the bottom of the Image |
#Related API Members
The following properties accept/return ImageVerticalAlignment values:
#Remarks
Values listed by this enumeration are used to set the ImageDashboardItem.VerticalAlignment property.
See Also