SVGFETurbulenceElement.BaseFrequencyY

SVGFETurbulenceElement.BaseFrequencyY property

Corresponds to attribute ‘baseFrequency’ on the given ‘feTurbulence’ element. Contains the Y component of the (possibly computed automatically) ‘baseFrequency’ attribute.

public SVGAnimatedNumber BaseFrequencyY { get; }

Property Value

The attribute ‘baseFrequency’ of the given ‘feTurbulence’ element.

See Also