SVGBuilderExtensions.AddView

SVGBuilderExtensions.AddView<TBuilder> method

Adds a ‘view’ element configuration to the builder.

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

Return Value

The builder instance for chaining.

See Also