BoundImageDashboardItem.SizeMode Property
Gets or sets how an image is positioned within an BoundImageDashboardItem.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
[DefaultValue(ImageSizeMode.Clip)]
public ImageSizeMode SizeMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Image |
Clip | An Image |
Available values:
Name | Description |
---|---|
Clip | The image is placed in the upper-left corner of the Image |
Stretch | The image within the Image |
Zoom | The image is sized proportionally (without clipping), so that it best fits the Image |
Squeeze | If the Image |