SVGFEDropShadowElement.StdDeviationX

SVGFEDropShadowElement.StdDeviationX property

Corresponds to attribute ‘stdDeviation’ on the given ‘feDropShadow’ element. Contains the X component of attribute ‘stdDeviation’.

public SVGAnimatedNumber StdDeviationX { get; }

Property Value

The attribute ‘stdDeviationX’ of the given ‘feDropShadow’ element.

See Also