SVGFEGaussianBlurElement.StdDeviationX

SVGFEGaussianBlurElement.StdDeviationX property

Corresponds to attribute �stdDeviation� on the given �feGaussianBlur� element. Contains the X component of attribute �stdDeviation�.

public SVGAnimatedNumber StdDeviationX { get; }

Property Value

The attribute �stdDeviationX� of the given �feGaussianBlur� element.

See Also