ImageZoomSettings.StylesExpandWindow Property
Provides access to the style settings that control the appearance of the Expand Window.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
ImageZoomExpandWindowStyles | A ImageZoomExpandWindowStyles object that provides style settings used to paint an Expand Window. |
Remarks
When the expand mode is enabled (by setting the ImageZoomSettings.EnableExpandMode property to true), use the StylesExpandWindow property to define the style settings of the zoom window.
The returned object provides a number of properties that allow the style settings of various visual elements to be customized.
See Also