SVGFEDropShadowElement.SetStdDeviation

SVGFEDropShadowElement.SetStdDeviation method

Sets the values for attribute ‘stdDeviation’.

public void SetStdDeviation(float stdDeviationX, float stdDeviationY)
ParameterTypeDescription
stdDeviationXSingleThe X component of attribute ‘stdDeviation’.
stdDeviationYSingleThe Y component of attribute ‘stdDeviation’.

Exceptions

exceptioncondition
DOMExceptionCode NO_MODIFICATION_ALLOWED_ERR. Raised on an attempt to change the value of a read only attribute.

See Also