BoundImageDashboardItem.VerticalAlignment Property
In This Article
Gets or sets the vertical alignment of the image.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
[DefaultValue(ImageVerticalAlignment.Center)]
public ImageVerticalAlignment VerticalAlignment { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Image |
Center | An Image |
Available values:
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 |
See Also