Skip to main content

ImageZoomSettings.SettingsZoomMode Property

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
ImageZoomZoomModeSettings

An ImageZoomZoomModeSettings object that contains the zoom mode settings.

#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