shadowOffsetY property

[This documentation is preliminary and is subject to change.]

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(float v);HRESULT value = object.get_shadowOffsetY(float* 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 shadowOffsetY property, the default value is zero.

 

 

Build date: 1/23/2012