This property sets whether or not the start point of a Line or Polyline object has an arrow cap.
[Visual Basic] Public Property StartArrowCap As
Boolean
[C#] public bool StartArrowCap {get;
set;}
Property Value
True: The start point has an arrow cap
False: The start point does not have an arrow cap
Default value is False
Explanation
The StartArrowCap property sets whether or not the start point of a Line or Polyline object has an arrow cap.
When both the StartArrowCap property and the StartLineCap property are true, the StartArrowCap 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 SelectedObjectStartArrowCap property.
Also See
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit