SVGBuilderExtensions.AddG

SVGBuilderExtensions.AddG<TBuilder> method

Adds a ‘g’ (group) element configuration to the builder.

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

Return Value

The builder instance for chaining.

See Also