StrokeLineJoin Enum

StrokeLineJoin enumeration

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

public enum StrokeLineJoin

Values

NameValueDescription
Miter0A sharp corner is used to join path segments.
MiterClip1Similar to ‘miter’, but if the join would extend beyond a limit, it is clipped.
Round2A rounded corner is used to join path segments.
Bevel3A beveled corner is used to join path segments.
Arcs4The corner is joined by arcs.

See Also