"shadowEnabled"
    
    This function enables or disables the shadow of an object.
Synopsis
setValue(string shape, "shadowEnabled", bool active);
getValue(string shape, "shadowEnabled", bool &active);
shape.shadowEnabled(bool active);
Parameters
| Parameter | Description | 
|---|---|
| shape | Name of the object | 
| active | 
                                 TRUE = Shadow is displayed FALSE = Shadow is not displayed  | 
                        
Description
This attribute specifies whether the shadow of an object is displayed or not.
Assignment
All graphics objects
