Skip to main content
Tab

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

NuGet Package: DevExpress.Web

Declaration

public class ImageZoomExpandWindowStyles :
    ImageZoomWindowStylesBase

The following members return ImageZoomExpandWindowStyles objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxImageZoom.StylesExpandWindow
ASP.NET MVC Extensions ImageZoomSettings.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

See Also