Table of Contents

Property Type

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

Type

Indicates whether the filter primitive should perform a noise or turbulence function.

public ISvgAnimatedEnumeration Type { get; }

Property Value

ISvgAnimatedEnumeration

type = "fractalNoise | turbulence"

An enumeration of the type SvgFilterTurbulenceType. The default value is Turbulence.

Remarks

Corresponds to attribute 'type' on the given 'feTurbulence' element. If attribute 'type' is not specified, then the effect is as if a value of turbulence were specified.