This property sets the style of the end line for the selected Line, Polyline, and Pen objects.

[Visual Basic] Public Property SelectedObjectEndLineCap As System.Windows.Media.PenLineCap
[C#] public System.Windows.Meida.PenLineCap SelectedObjectEndLineCap {get; set;}

Property Value

A value of type System.Windows.Media.PenLineCap

Default value is System.Windows.Media.PenLineCap.Flat

Explanation

The SelectedObjectEndLineCap property sets the style of the end line for the selected Line, Polyline, and Pen objects.

It is enabled when the selected object is a Line or Polyline 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 or Polyline object, the SelectedObjectEndLineCap property value will be System.Windows.Media.PenLineCap.Flat.

See also

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

 

The ImageKit WPF is created by Newtone Corporation