SVGBuilderExtensions.Values

SVGBuilderExtensions.Values<TBuilder> method

Sets the ‘values’ attribute, specifying the set of values to be used over the course of the animation.

public static TBuilder Values<TBuilder>(this TBuilder builder, params string[] values)
    where TBuilder : ISVGElementBuilder, IAnimationValueAttributeSetter
ParameterDescription
TBuilderThe type of the SVG element builder.
builderThe SVG element builder.
valuesThe array of values for the animation.

Return Value

The builder instance for chaining.

See Also