Skip to main content

BoundImageDashboardItem.SizeMode Property

Gets or sets how an image is positioned within an BoundImageDashboardItem.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v24.1.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(ImageSizeMode.Clip)]
public ImageSizeMode SizeMode { get; set; }

Property Value

Type Default Description
ImageSizeMode Clip

An ImageSizeMode enumeration member that specifies how an image is positioned within an BoundImageDashboardItem.

See Also