SVGBuilderExtensions.StrokeLineCap

SVGBuilderExtensions.StrokeLineCap<TBuilder> method

Sets the ‘stroke-linecap’ attribute for an SVG element, defining the shape to be used at the end of open subpaths when they are stroked.

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

Return Value

The builder instance for chaining.

See Also