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

ImageZoomZoomModeSettings.ZoomWindowPosition Property

Gets or sets the position of the zoom window with respect to the preview image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(ZoomWindowPosition.Right)]
public ZoomWindowPosition ZoomWindowPosition { get; set; }

Property Value

Type Default Description
ZoomWindowPosition **Right**

One of the ZoomWindowPosition enumeration values.

Available values:

Name Description
Right

A zoom window is displayed at the right of the preview image.

Bottom

A zoom window is displayed at the bottom of the preview image.

Left

A zoom window is displayed at the left of the preview image.

Top

A zoom window is displayed at the top of the preview image.

Inside

A zoom window is displayed in the borders of the preview image.

Property Paths

You can access this nested property as listed below:

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

Remarks

Use the ZoomWindowPosition property to control the image zoom window with respect to the preview image. You can specify a zoom window offset using the ImageZoomZoomModeSettings.ZoomWindowOffset property.

See Also