Skip to main content
A newer version of this page is available. .
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.v19.2.dll

Declaration

public class ImageZoomExpandWindowStyles :
    ImageZoomWindowStylesBase

The following members return ImageZoomExpandWindowStyles objects:

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