SVGBuilderExtensions.AddSet

SVGBuilderExtensions.AddSet<TBuilder> method

Adds a ‘set’ element configuration to the builder.

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

Return Value

The builder instance for chaining.

See Also