SVGBuilderExtensions.Filter

SVGBuilderExtensions.Filter<TBuilder> method

Sets the ‘filter’ attribute for an SVG element using a custom configuration.

public static TBuilder Filter<TBuilder>(this TBuilder builder, 
    Action<FilterValueListBuilder> configure)
    where TBuilder : IAttributeSetter, IPresentationAttributeSetter
ParameterDescription
TBuilderThe type of the SVG element builder.
builderThe builder instance.
configureA delegate to configure the FilterValueListBuilder.

Return Value

The builder instance for chaining.

See Also