SVGBuilderExtensions.Restart

SVGBuilderExtensions.Restart<TBuilder> method

Sets the ‘restart’ attribute, defining how the animation should behave when it completes.

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

Return Value

The builder instance for chaining.

See Also