shadowColor property

Gets or sets the color to use for shadows.

This property is read/write.

 

Syntax

HRESULT put_shadowColor(
  [in]          
            string
           v
);

HRESULT get_shadowColor(
  [out, retval] 
            string
           *color
);

Property values

Type: string

The CSS color.

Standards information

Remarks

Any values of the p parameter that are not CSS colors are ignored.