SVGFETurbulenceElement.StitchTiles

SVGFETurbulenceElement.StitchTiles property

Corresponds to attribute ‘stitchTiles’ on the given ‘feTurbulence’ element. Takes one of the SVG_STITCHTYPE_* constants defined on this interface.

public SVGAnimatedEnumeration StitchTiles { get; }

Property Value

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

See Also