shadowOffsetY property

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

This property is read/write.

 

Syntax

HRESULT put_shadowOffsetY(
  [in]          number v
);

HRESULT get_shadowOffsetY(
  [out, retval] number *p
);

Property values

Type: number

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.