ImageZoomSettings.StylesExpandWindow Property
In This Article
Provides access to the style settings that control the appearance of the Expand Window.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public ImageZoomExpandWindowStyles StylesExpandWindow { get; }
#Property Value
Type | Description |
---|---|
Image |
A Image |
#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