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
Parameter | Description |
---|---|
TBuilder | The type of the SVG element builder. |
builder | The builder instance. |
value | The total length for the path. |
Return Value
The builder instance for chaining.
See Also
- interface ISVGElementBuilder
- interface IShapeAttributeSetter
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG