Back to Devexpress

ImageZoomExpandWindowStyles Class

aspnet-devexpress-dot-web-daa5f7ef.md

latest2.2 KB
Original Source

ImageZoomExpandWindowStyles Class

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

The following members return ImageZoomExpandWindowStyles objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxImageZoom.StylesExpandWindow
ASP.NET MVC ExtensionsImageZoomSettings.StylesExpandWindow

Remarks

The ImageZoomExpandWindowStyles class contains settings that define the style of the visual elements of the ImageZoom expand window.

An object of the ImageZoomExpandWindowStyles type can be accessed via the ASPxImageZoom.StylesExpandWindow and ImageZoomSettings.StylesExpandWindow properties.

Implements

IStateManager

Inheritance

Object StateManager PropertiesBase StylesBase PopupControlStyles ImageZoomWindowStylesBase ImageZoomExpandWindowStyles

See Also

ImageZoomExpandWindowStyles Members

ImageZoom

DevExpress.Web Namespace