SVGBuilderExtensions.PathLength

SVGBuilderExtensions.PathLength<TBuilder> method

Sets the ‘pathLength’ attribute for an SVG path element.

public static TBuilder PathLength<TBuilder>(this TBuilder builder, double value)
    where TBuilder : ISVGElementBuilder, IShapeAttributeSetter
ParameterDescription
TBuilderThe type of the SVG element builder.
builderThe builder instance.
valueThe total length for the path.

Return Value

The builder instance for chaining.

See Also