ShadowImageProperties Constructors
Contains the settings which define the shadow image used by web controls.Name | Parameters | Description |
---|---|---|
ShadowImageProperties() | none | Initializes a new instance of the ShadowImageProperties class with default settings. |
ShadowImageProperties(String, String, String, Unit, Unit) | bottomEdgeUrl, rightEdgeUrl, cornerUrl, cornerWidth, cornerHeight | Initializes a new intance of the ShadowImageProperties class with the specified settings. |
See Also