SVGFEDropShadowElement.SetStdDeviation
SVGFEDropShadowElement.SetStdDeviation method
设置属性“stdDeviation”的值。
public void SetStdDeviation(float stdDeviationX, float stdDeviationY)
范围 | 类型 | 描述 |
---|---|---|
stdDeviationX | Single | 属性“stdDeviation”的 X 分量。 |
stdDeviationY | Single | 属性“stdDeviation”的 Y 分量。 |
例外
例外 | (健康)状况 |
---|---|
DOMException | 代码NO_MODIFICATION_ALLOWED_ERR . 在尝试更改只读属性的值时引发。 |