ImageZoomSettings.SettingsZoomMode Property
In This Article
Provides access to the zoom mode settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public ImageZoomZoomModeSettings SettingsZoomMode { get; }
#Property Value
Type | Description |
---|---|
Image |
An Image |
#Remarks
When the zoom mode is enabled (by setting the ImageZoomSettings.EnableZoomMode property to true), the ImageZoom extension displays the zoom window when an end-user hovers mouse pointer over the preview image.
Use the SettingsZoomMode property to access the settings of the zoom window and mouse box.
See Also