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

AutoGeneratedImagesSettingsBase.ImageHeight Property

Gets or sets the height of cached images.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(typeof(Unit), "440")]
public virtual Unit ImageHeight { get; set; }

Property Value

Type Default Description
Unit "440"

A Unit value specifying the image height.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ImageHeight
ASP.NET Controls and MVC Extensions ASPxImageSlider
ASPxImageZoomNavigator
ASP.NET MVC Extensions ImageSliderSettings
ImageZoomNavigatorSettings
MVCxImageSlider
MVCxImageZoomNavigator

Remarks

When the ASPxImageSliderBase.ImageSourceFolder property is specified and the ImageSliderAutoGeneratedImagesSettings.EnableImageAutoGeneration property is set to true, the control caches the images from the source folder to the folder specified via the AutoGeneratedImagesSettingsBase.ImageCacheFolder property.

Use the AutoGeneratedImagesSettingsBase.ImageWidth and ImageHeight properties to specify the width and height of automatically generated (cached) images.

See Also