Specifies the shape to be used at the corners of paths or basic shapes when they are stroked.
[TypeConverter(typeof(SvgStrokeLineJoinConverter))]
public enum SvgStrokeLineJoin
kind:method, kind:property, kind:ctor. Press Esc to clear.ArcsThe corners of the paths are joined by arcs that have the same curvature as the curves they join. This is a new value that might not be supported by most browsers.BevelThe corners of the paths are "flattened".InheritThe value is inherited from the parent element.MiterThe corners of the paths are joined sharply.MiterClipThe corners of the paths are joined sharply, but clipped at the miter limit instead of falling back to SvgStrokeLineJoin.Bevel. This is a new value that might not be supported by most browsers.RoundThe corners of the paths are rounded off.