Skip to main content
Tab

ImageZoomZoomModeSettings.ZoomWindowOffset Property

Specifies a zoom window‘s offset.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.1.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(15)]
public int ZoomWindowOffset { get; set; }

Property Value

Type Default Description
Int32 15

A value that specifies a zoom window’s offset in pixels. If the value is less than or equals 0, the control displays the zoom window inside the preview image.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ZoomWindowOffset
ASP.NET Web Forms Controls ASPxImageZoom
.SettingsZoomMode .ZoomWindowOffset
ASP.NET MVC Extensions ImageZoomSettings
.SettingsZoomMode .ZoomWindowOffset

Remarks

The ImageZoomZoomModeSettings.ZoomWindowPosition property specifies the zoom window position relative to the preview image. Use the ZoomWindowOffset property to specify the offset between the zoom window and preview image. If the offset value is less than or equals 0, the control displays the zoom window inside the preview image.

See Also