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