 "shadowColor"
"shadowColor"
    
    This function sets the color for a shadow of a shape.
Synopsis
setValue(string shape, "shadowColor", string color);
getValue(string shape, "shadowColor", string &color);
shape.shadowColor(string color);
Parameters
| Parameter | Description | 
|---|---|
| shape | Name of the object | 
| color | Color string that defines the color of the shadow | 
Description
This attribute specifies the color of an object's shadow.
 
            Assignment
All graphics objects
