SVGFEDropShadowElement.SetStdDeviation

SVGFEDropShadowElement.SetStdDeviation method

设置属性“stdDeviation”的值。

public void SetStdDeviation(float stdDeviationX, float stdDeviationY)
范围类型描述
stdDeviationXSingle属性“stdDeviation”的 X 分量。
stdDeviationYSingle属性“stdDeviation”的 Y 分量。

例外

例外(健康)状况
DOMException代码NO_MODIFICATION_ALLOWED_ERR . 在尝试更改只读属性的值时引发。

也可以看看