Share via


PenStyleSetInfo.LineJoin Property

Definition

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

public:
 property System::Drawing::Drawing2D::LineJoin LineJoin { System::Drawing::Drawing2D::LineJoin get(); void set(System::Drawing::Drawing2D::LineJoin value); };
public System.Drawing.Drawing2D.LineJoin LineJoin { get; set; }
member this.LineJoin : System.Drawing.Drawing2D.LineJoin with get, set
Public Property LineJoin As LineJoin

Property Value

A LineJoin enumeration that represents the join style for the ends of two consecutive lines drawn with this Pen object.

Applies to