This property sets whether or not the end point of a selected Line or Polyline object has an arrow cap.

[Visual Basic] Public Property SelectedObjectEndArrowCap As Boolean
[C#] public bool SelectedObjectEndArrowCap {get; set;}

Property Value

True: The end point of the selected Line or Polyline object has an arrow cap.

False: The end point of the selected Line or Polyline object does not have an arrow cap.

Default value is False

Explanation

The SelectedObjectEndArrowCap property sets whether or not the end point of a selected Line or Polyline object has an arrow cap.

It is enabled only 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 SelectedObjectEndArrowCap property value will be False.

Also See

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

 

The ImageKit WPF is created by Newtone Corporation