ImageSizeMode Enum
Lists values that specify how an image is positioned within an ImageDashboardItem or BoundImageDashboardItem.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Members
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 |
#Related API Members
The following properties accept/return ImageSizeMode values:
#Remarks
Values listed by this enumeration are used to set the ImageDashboardItem.SizeMode property.