This topic has not yet been rated - Rate this topic

shadowColor property

Gets or sets the color to use for shadows.

HTML Canvas 2D Context, Section 7Internet Explorer 9

Syntax

HRESULT value = object.put_shadowColor( v);HRESULT value = object.get_shadowColor(* p);

Property values

Type: BSTR

The CSS color.

Standards information

Remarks

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

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.