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