SVGBuilderExtensions.Begin

SVGBuilderExtensions.Begin<TBuilder> method

Sets the ‘begin’ attribute, defining when the animation should start.

public static TBuilder Begin<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