SVGBuilderExtensions.End

SVGBuilderExtensions.End<TBuilder> method

Sets the ’end’ attribute, defining when the animation should end.

public static TBuilder End<TBuilder>(this TBuilder builder, Action<TimingValueBuilder> configure)
    where TBuilder : ISVGElementBuilder, IAnimationTimingAttributeSetter
ParameterDescription
TBuilderThe type of the SVG element builder.
builderThe SVG element builder.
configureA delegate to configure the timing value.

Return Value

The builder instance for chaining.

See Also