Skip to main content

ImageSizeMode Enum

Lists the values that specify how an image fits into the image area.

Namespace: DevExpress.AspNetCore

Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll

Declaration

public enum ImageSizeMode

Members

Name Description
ActualSizeOrFit

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.

ImageSlider_SizeMode_ASOF

FitProportional

An image is enlarged or reduced to fit the image area.

ImageSlider_SizeMode_FP

FillAndCrop

An image is enlarged or reduced to fill the image area. Prominent parts are cropped.

ImageSlider_SizeMode_FillAndCrop

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also