SVGBuilderExtensions.Additive

SVGBuilderExtensions.Additive<TBuilder> method

Sets the ‘additive’ attribute, specifying how the values of the animation are added to the base value.

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

Return Value

The builder instance for chaining.

See Also