Skip to main content
Tab

ImageZoomZoomModeSettings.ZoomWindowOffset Property

Specifies the zoom window offset.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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 MVC Extensions ImageZoomSettings
.SettingsZoomMode .ZoomWindowOffset
ASP.NET Web Forms Controls ASPxImageZoom
.SettingsZoomMode .ZoomWindowOffset

Remarks

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

See Also