SVGBuilderExtensions.AddSymbol

SVGBuilderExtensions.AddSymbol<TBuilder> method

Adds a ‘symbol’ element configuration to the builder.

public static TBuilder AddSymbol<TBuilder>(this TBuilder builder, 
    Action<SVGSymbolElementBuilder> configure)
    where TBuilder : ISVGElementBuilder, IStructuralElementBuilder
ParameterDescription
TBuilderThe type of the SVG element builder.
builderThe builder instance.
configureThe configuration action for the ‘symbol’ element.

Return Value

The builder instance for chaining.

See Also