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
Parameter | Description |
---|---|
TBuilder | The type of the SVG element builder. |
builder | The builder instance. |
value | The line join style. |
Return Value
The builder instance for chaining.
See Also
- enum StrokeLineJoin
- interface IAttributeSetter
- interface IPresentationAttributeSetter
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG