ExtensionsFactory.ImageZoom(ImageZoomSettings) Method
In This Article
Creates an ImageZoom
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public ImageZoomExtension ImageZoom(
ImageZoomSettings settings
)
#Parameters
Name | Type | Description |
---|---|---|
settings | Image |
A Image |
#Returns
Type | Description |
---|---|
Image |
A Image |
See Also