Enum StrokeLineJoin

Enum StrokeLineJoin

Namespace: Aspose.Svg.Builder
Assembly: Aspose.SVG.dll (25.5.0)

Specifies the shape to be used at the corners of paths or basic shapes when they are stroked.

[ComVisible(true)]
public enum StrokeLineJoin

Fields

Arcs = 4

The corner is joined by arcs.

Bevel = 3

A beveled corner is used to join path segments.

Miter = 0

A sharp corner is used to join path segments.

MiterClip = 1

Similar to ‘miter’, but if the join would extend beyond a limit, it is clipped.

Round = 2

A rounded corner is used to join path segments.

 English