SVGBuilderExtensions.AddA

SVGBuilderExtensions.AddA<TBuilder> method

Adds an ‘a’ (hyperlink) element configuration to the builder.

public static TBuilder AddA<TBuilder>(this TBuilder builder, Action<SVGAElementBuilder> configure)
    where TBuilder : ISVGElementBuilder, ICompositeElementBuilder
ParameterDescription
TBuilderThe type of the SVG element builder.
builderThe builder instance.
configureThe configuration action for the ‘a’ element.

Return Value

The builder instance for chaining.

See Also