SVGBuilderExtensions.StrokeMiterlimit

SVGBuilderExtensions.StrokeMiterlimit<TBuilder> method

Sets the ‘stroke-miterlimit’ attribute for an SVG element, defining the limit on the ratio of the miter length to the stroke width.

public static TBuilder StrokeMiterlimit<TBuilder>(this TBuilder builder, double miterlimit)
    where TBuilder : IAttributeSetter, IPresentationAttributeSetter
ParameterDescription
TBuilderThe type of the SVG element builder.
builderThe builder instance.
miterlimitThe miter limit value.

Return Value

The builder instance for chaining.

See Also