SVGBuilderExtensions.Result

SVGBuilderExtensions.Result<TBuilder> method

Sets the ‘result’ attribute for an SVG filter primitive.

public static TBuilder Result<TBuilder>(this TBuilder builder, string value)
    where TBuilder : ISVGElementBuilder, IFilterPrimitiveAttributeSetter
ParameterDescription
TBuilderThe type of the SVG element builder.
builderThe builder instance.
valueThe name of the result of this filter primitive.

Return Value

The builder instance for chaining.

See Also