shadowOffsetY property
double
get
shadowOffsetY
The
CanvasRenderingContext2D.shadowOffsetY
property of the Canvas 2D API specifies the distance that shadows will be
offset
vertically.
Note: Shadows are only drawn if the CanvasRenderingContext2D.shadowColor property is set to a non-transparent value. One of the CanvasRenderingContext2D.shadowBlur, CanvasRenderingContext2D.shadowOffsetX, or
shadowOffsetY
properties must be non-zero, as well.
Implementation
external double get shadowOffsetY;
set
shadowOffsetY
(num value)
Implementation
external set shadowOffsetY(num value);