Table of Contents

Property BaseFrequencyY

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Model.dll

BaseFrequencyY

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

public ISvgAnimatedNumber BaseFrequencyY { get; }

Property Value

ISvgAnimatedNumber

baseFrequency = "number-optional-number"

If the attribute is not specified, then the effect is as if a value of 0 were specified.