Skip to main content
Tab

ImageZoomZoomWindowStyles Class

Provides style settings used to define the appearance of the visual elements of the ImageZoom Overview zoom window.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class ImageZoomZoomWindowStyles :
    ImageZoomWindowStylesBase

The following members return ImageZoomZoomWindowStyles objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxImageZoom.StylesZoomWindow
ASP.NET MVC Extensions ImageZoomSettings.StylesZoomWindow

Remarks

The ImageZoomZoomWindowStyles class contains settings that define the style of the visual elements of the ImageZoom Overview zoom window.

An object of the ImageZoomZoomWindowStyles type can be accessed via the ASPxImageZoom.StylesZoomWindow and ImageZoomSettings.StylesZoomWindow properties.

Implements

See Also