Skip to main content

ImageZoomSettings.StylesZoomWindow Property

Provides access to the style settings that control the appearance of the zoom window.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ImageZoomZoomWindowStyles StylesZoomWindow { get; }

Property Value

Type Description
ImageZoomZoomWindowStyles

A ImageZoomZoomWindowStyles object that provides style settings used to paint a zoom window.

Remarks

When the zoom mode is enabled (by setting the ImageZoomSettings.EnableZoomMode property to true), use the StylesZoomWindow property to define the style settings of the zoom window.

The returned object provides a number of properties that allow the style settings of various visual elements to be customized.

To access the zoom mode settings, use the ImageZoomSettings.SettingsZoomMode property.

See Also