SVGBuilderExtensions.Accumulate

SVGBuilderExtensions.Accumulate<TBuilder> method

Sets the ‘accumulate’ attribute, specifying how repeated animations build upon each other.

public static TBuilder Accumulate<TBuilder>(this TBuilder builder, Accumulate value)
    where TBuilder : ISVGElementBuilder, IAnimationAdditionAttributeSetter
ParameterDescription
TBuilderThe type of the SVG element builder.
builderThe SVG element builder.
valueThe accumulation behavior of the animation.

Return Value

The builder instance for chaining.

See Also