This topic has not yet been rated - Rate this topic

shadowOffsetY property

Gets or sets the vertical distance of a shadow from a shape.

HTML Canvas 2D Context, Section 7Internet Explorer 9

Syntax

HRESULT value = object.put_shadowOffsetY( v);HRESULT value = object.get_shadowOffsetY(* p);

Property values

Type: float

The vertical offset value.

Standards information

Remarks

You can use positive or negative values to control the position of a shadow. If you do not specify the ICanvasRenderingContext2D::shadowOffsetY property, the default value is zero.

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.