ImageZoomSettings.StylesZoomWindow Property
In This Article
Provides access to the style settings that control the appearance of the zoom window.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public ImageZoomZoomWindowStyles StylesZoomWindow { get; }
#Property Value
Type | Description |
---|---|
Image |
A Image |
#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