ImageZoomExpandWindowStyles Class
In This Article
Provides style settings used to define the appearance of the visual elements of the ImageZoom expand window.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class ImageZoomExpandWindowStyles :
ImageZoomWindowStylesBase
#Related API Members
The following members return ImageZoomExpandWindowStyles objects:
Library | Related API Members |
---|---|
ASP. |
ASPx |
ASP. |
Image |
#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
#Inheritance
Object
StateManager
PropertiesBase
StylesBase
PopupControlStyles
ImageZoomWindowStylesBase
ImageZoomExpandWindowStyles
See Also