ImageZoomZoomModeSettings.ZoomWindowWidth Property
Gets or sets the width of the zoom window.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| Unit | "150%" | A Unit value specifying the width. |
Property Paths
You can access this nested property as listed below:
| Library | Object Type | Path to ZoomWindowWidth |
|---|---|---|
| ASP.NET MVC Extensions | ImageZoomSettings |
|
| ASP.NET Web Forms Controls | ASPxImageZoom |
|
Remarks
Use the ZoomWindowWidth and ImageZoomZoomModeSettings.ZoomWindowHeight to specify the width and height of the zoom window.
See Also