BoundImageDashboardItem.HorizontalAlignment Property
Gets or sets the horizontal alignment of the image.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
[DefaultValue(ImageHorizontalAlignment.Center)]
public ImageHorizontalAlignment HorizontalAlignment { get; set; }
Property Value
Type | Default | Description |
---|---|---|
ImageHorizontalAlignment | Center | An ImageHorizontalAlignment enumeration member that specifies the horizontal alignment of the image. |
See Also