Pen.LineJoin

Pen.LineJoin property

Gets or sets the join style for the ends of two consecutive lines drawn with this Pen.

public LineJoin LineJoin { get; set; }

Remarks

At the moment Miter join actually works as MiterClipped.

See Also