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

[Visual Basic] Public Property SelectedObjectLineJoin As System.Drawing.Drawing2D.LineJoin
[C#] public System.Drawing.Drawing2D.LineJoin SelectedObjectLineJoin {get; set;}

Property Value

A value of type System.Drawing.Drawing2D.LineJoin

Default value is System.Drawing.Drawing2D.LineJoin.Round

Explanation

The SelectedObjectLineJoin property sets the type of line join for the selected Line, Polyline, and Pen objects.

It is enabled when the selected object is a Line, Polyline,or Pen object. When the EditKind property is set to values other than KindOfEdit.Select, or when no object has been selected, or when the selected object is not a Line, Polyline, or Pen object, the SelectedObjectLineJoin property value will be System.Drawing.Drawing2D.LineJoin.Round.

See also

ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit

 

The ImageKit.NET3 is created by Newtone Corporation