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