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

ImageZoomZoomModeSettings.ZoomWindowHeight Property

Gets or sets the height of the zoom window.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(typeof(Unit), "150%")]
public Unit ZoomWindowHeight { get; set; }

Property Value

Type Default Description
Unit "150%"

A Unit value specifying the height.

Property Paths

You can access this nested property as listed below:

Object Type Path to ZoomWindowHeight
ASPxImageZoom
.SettingsZoomMode.ZoomWindowHeight
ImageZoomSettings
.SettingsZoomMode.ZoomWindowHeight
MVCxImageZoom
.SettingsZoomMode.ZoomWindowHeight

Remarks

Use the ZoomWindowHeight and ImageZoomZoomModeSettings.ZoomWindowWidth to specify the height and width of the zoom window.

See Also