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.v19.2.dll

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:

Object Type Path to ZoomWindowOffset
ASPxImageZoom
.SettingsZoomMode.ZoomWindowOffset
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