PenLineJoin Property

Gets or sets the LineJoinStyle that specifies how to join the consecutive line segments.
Default value: Miter.
See the Examples section of the Pen class for image examples.

Definition

Namespace: KGySoft.Drawing.Shapes
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 9.0.0
C#
public LineJoinStyle LineJoin { get; set; }

Property Value

LineJoinStyle

See Also