Skip to main content
A newer version of this page is available. .

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

Declaration

public ImageZoomExpandWindowStyles StylesExpandWindow { get; }

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