SVGBuilderExtensions.ShapeRendering

SVGBuilderExtensions.ShapeRendering<TBuilder> method

Sets the ‘shape-rendering’ attribute for an SVG element, influencing the rendering of shapes.

public static TBuilder ShapeRendering<TBuilder>(this TBuilder builder, ShapeRendering value)
    where TBuilder : IAttributeSetter, IPresentationAttributeSetter
ParameterDescription
TBuilderThe type of the SVG element builder.
builderThe builder instance.
valueThe shape rendering value to set.

Return Value

The builder instance for chaining.

See Also