ImageSizeMode Enum
In This Article
Lists the values that specify how an image fits into the image area.
Namespace: DevExpress.AspNetCore
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
#Members
Name | Description |
---|---|
Actual |
If an image is bigger than the image area the image is reduced to fit the area. If an image is smaller than the image area, its size is not changed. |
Fit |
An image is enlarged or reduced to fit the image area. |
Fill |
An image is enlarged or reduced to fill the image area. Prominent parts are cropped. |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also