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

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

Property Value

A value of type System.Windows.Media.PenLineJoin

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

See also

ImageKit.Edit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation