Skip to main content
Tab

ImageZoomAutoGeneratedImagesSettings.LargeImageHeight Property

Specifies the height of automatically generated (cached) images that will be displayed in the zoom window element.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(typeof(Unit), "1000")]
public Unit LargeImageHeight { get; set; }

Property Value

Type Default Description
Unit "1000"

A Unit value specifying the image height.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to LargeImageHeight
ASP.NET MVC Extensions ImageZoomSettings
.SettingsAutoGeneratedImages .LargeImageHeight
ASP.NET Web Forms Controls ASPxImageZoom
.SettingsAutoGeneratedImages .LargeImageHeight

Remarks

Use the LargeImageHeight and ImageZoomAutoGeneratedImagesSettings.LargeImageWidth properties to specify the size of images that will be displayed in the zoom window element.

To learn more about image caching, see the Image Caching topic.

See Also