Skip to main content
Tab

ShadowImageProperties.ToString() Method

Returns the textual representation of the ShadowImageProperties object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override string ToString()

Returns

Type Description
String

A string that represents the ShadowImageProperties.BottomEdgeUrl, ShadowImageProperties.CornerUrl and ShadowImageProperties.RightEdgeUrl property values separated by blank spaces.

See Also