shadowColor property
Gets or sets the color to use for shadows.
![]() ![]() |
Syntax
HRESULT value = object.put_shadowColor( v);HRESULT value = object.get_shadowColor(* p);
Property values
Type: BSTR
The CSS color.
Standards information
- HTML Canvas 2D Context, Section 7
Remarks
Any values of the p parameter that are not CSS colors are ignored.
Build date: 11/12/2012

