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

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

Property Value

True: The end point has an arrow cap

False: The end point does not have an arrow cap

Default value is False

Explanation

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

When both the EndArrowCap property and the EndLineCap property are true, the EndArrowCap property will have priority.

To change an object after it has been drawn, select the object then right click to display the context menu, execute the ShowPropertyDialog method, or set the SelectedObjectEndArrowCap property.

Also See

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

 

The ImageKit WPF is created by Newtone Corporation