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

ShadowImageProperties.GetGlobalShadowImage(Page) Method

Returns an object whose settings define a shadow image used by web controls on the page.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public static ShadowImageProperties GetGlobalShadowImage(
    Page page
)

Parameters

Name Type Description
page Page

A Page object representing the requested page.

Returns

Type Description
ShadowImageProperties

A ShadowImageProperties object that contains image settings.

See Also