This property sets the type of line join for Polyline, Polygon, and Pen objects.
[Visual Basic] Public Property LineJoin As
System.Drawing.Drawing2D.LineJoin
[C#] public System.Drawing.Drawing2D.LineJoin
LineJoin {get; set;}
Property Value
Value of type System.Drawing.Drawing2D.LineJoin
Default value is System.Drawing.Drawing2D.LineJoin.Round
Explanation
The LineJoin property sets the type of line join for Polyline, Polygon, and Pen objects.
To change the line join after the object has been drawn, right click on the object to display the context menu, execute the ShowPropertyDialog method to display the properties dialog, or set the SelectedObjectLineJoin property.
Also See
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit