Skip to main content
A newer version of this page is available. .
Tab

ImageSliderNavigationBarSettings.ImageSizeMode Property

Gets or sets the value specifying how a thumbnail image fits into the navigation bar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
ImageSizeMode **FillAndCrop**

One of the ImageSizeMode enumeration values.

Available values:

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

Property Paths

You can access this nested property as listed below:

Object Type Path to ImageSizeMode
ASPxImageSlider
.SettingsNavigationBar.ImageSizeMode
ImageSliderSettings
.SettingsNavigationBar.ImageSizeMode
MVCxImageSlider
.SettingsNavigationBar.ImageSizeMode

Remarks

Image Value Description
ImageSlider_SizeMode_ASOF ActualSizeOrFit If an image is bigger than the navigation bar, the image is reduced to fit the bar. If an image is smaller than the navigation bar, its size is not changed.
ImageSlider_SizeMode_FillAndCrop FillAndCrop An image is enlarged or reduced to fill the navigation bar. Prominent parts are cropped.
ImageSlider_SizeMode_FP FitProportional An image is enlarged or reduced to fit the navigation bar.
See Also