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

ImageZoomZoomModeSettings.ZoomWindowOffset Property

Specifies the zoom window offset.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Int32 15

An integer value that specifies the offset, in pixels.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ZoomWindowOffset
ASP.NET Controls and MVC Extensions ASPxImageZoom
.SettingsZoomMode .ZoomWindowOffset
ASP.NET MVC Extensions ImageZoomSettings
.SettingsZoomMode .ZoomWindowOffset
MVCxImageZoom
.SettingsZoomMode .ZoomWindowOffset

Remarks

Use the ZoomWindowOffset property to specify the zoom window offset in the direction of the ImageZoomZoomModeSettings.ZoomWindowPosition property value.

See Also