SVGBuilderExtensions.AddAnimate

SVGBuilderExtensions.AddAnimate<TBuilder> method

Adds an ‘animate’ element configuration to the builder.

public static TBuilder AddAnimate<TBuilder>(this TBuilder builder, 
    Action<SVGAnimateElementBuilder> configure)
    where TBuilder : ISVGElementBuilder, IBaseAnimationElementBuilder
ParameterDescription
TBuilderThe type of the SVG element builder.
builderThe builder instance.
configureThe configuration action for the ‘animate’ element.

Return Value

The builder instance for chaining.

See Also