SVGBuilderExtensions.StrokeLineJoin

SVGBuilderExtensions.StrokeLineJoin<TBuilder> method

Sets the ‘stroke-linejoin’ attribute for an SVG element, defining the shape used to join two line segments where they meet.

public static TBuilder StrokeLineJoin<TBuilder>(this TBuilder builder, StrokeLineJoin value)
    where TBuilder : IAttributeSetter, IPresentationAttributeSetter
ParameterDescription
TBuilderThe type of the SVG element builder.
builderThe builder instance.
valueThe line join style.

Return Value

The builder instance for chaining.

See Also