shadowBlur property
Gets or sets the current level of blur that is applied to shadows.
This property is read/write.
Syntax
HRESULT put_shadowBlur(
[in] number shadowblur
);
HRESULT get_shadowBlur(
[out, retval] number *shadowblur
);
Property values
Type: number
The amount of blur that is applied to shadows.
Standards information
- HTML Canvas 2D Context, Section 7