Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

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:

Library Object Type Path to ZoomWindowPosition
ASP.NET MVC Extensions ImageZoomSettings
.SettingsZoomMode .ZoomWindowPosition
ASP.NET Web Forms Controls ASPxImageZoom
.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