SVGFEGaussianBlurElement.StdDeviationY

SVGFEGaussianBlurElement.StdDeviationY property

Corresponds to attribute �stdDeviation� on the given �feGaussianBlur� element. Contains the Y component (possibly computed automatically) of attribute �stdDeviation�.

public SVGAnimatedNumber StdDeviationY { get; }

Property Value

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

See Also