Back to Devexpress

ShadowImageProperties Class

aspnet-devexpress-dot-web-68e24ba9.md

latest1.6 KB
Original Source

ShadowImageProperties Class

Contains the settings which define the shadow image used by web controls.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ShadowImageProperties :
    ImagePropertiesBase
vb
Public Class ShadowImageProperties
    Inherits ImagePropertiesBase

The following members return ShadowImageProperties objects:

Remarks

Use the properties exposed by the ShadowImageProperties class to specify the URLs of the images representing the shadow’s right and bottom edge and the shadow’s corner, and define the shadow corner’s width and height.

Implements

IStateManager

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase ImagePropertiesBase ShadowImageProperties

See Also

ShadowImageProperties Members

DevExpress.Web Namespace