Back to Devexpress

ImageZoomZoomWindowStyles Class

aspnet-devexpress-dot-web-cdd5d15d.md

latest2.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ImageZoomZoomWindowStyles :
    ImageZoomWindowStylesBase
vb
Public Class ImageZoomZoomWindowStyles
    Inherits ImageZoomWindowStylesBase

The following members return ImageZoomZoomWindowStyles objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxImageZoom.StylesZoomWindow
ASP.NET MVC ExtensionsImageZoomSettings.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

IStateManager

Inheritance

Object StateManager PropertiesBase StylesBase PopupControlStyles ImageZoomWindowStylesBase ImageZoomZoomWindowStyles

See Also

ImageZoomZoomWindowStyles Members

ImageZoom

Zoom Window

DevExpress.Web Namespace