Skip to main content
Tab

ShadowImageProperties(String, String, String, Unit, Unit) Constructor

Initializes a new intance of the ShadowImageProperties class with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ShadowImageProperties(
    string bottomEdgeUrl,
    string rightEdgeUrl,
    string cornerUrl,
    Unit cornerWidth,
    Unit cornerHeight
)

Parameters

Name Type Description
bottomEdgeUrl String

A string value specifying the URL of the image for the shadow’s bottom edge.

rightEdgeUrl String

A string value specifying the URL of the image for the shadow’s right edge.

cornerUrl String

A string value specifying the URL of the image for the shadow’s corner.

cornerWidth Unit

A string value specifying the width of the shadow’s corner.

cornerHeight Unit

A string value specifying the height of the shadow’s corner.

See Also