ShadowImageProperties.GetGlobalShadowImage(Page) Method
In This Article
Returns an object whose settings define a shadow image used by web controls on the page.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public static ShadowImageProperties GetGlobalShadowImage(
Page page
)
#Parameters
Name | Type | Description |
---|---|---|
page | Page | A Page object representing the requested page. |
#Returns
Type | Description |
---|---|
Shadow |
A Shadow |
See Also