ImageZoomZoomModeSettings.ZoomWindowOffset Property
Specifies a zoom window‘s offset.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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 |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to ZoomWindowOffset |
---|---|---|
ASP.NET Web Forms Controls | ASPxImageZoom |
|
ASP.NET MVC Extensions | ImageZoomSettings |
|
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