This property sets the type of line join for Polyline, Polygon, and Pen objects.

[Visual Basic] Public Property LineJoin As System.Windows.Media.PenLineJoin
[C#] public System.Windows.Media.PenLineJoin LineJoin {get; set;}

Property Value

Value of type System.Windows.Media.PenLineJoin

Default value is System.Windows.Media.PenLineJoin.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.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation