This property sets the style of the start line for the Line, Polyline, and Pen objects.
[Visual Basic] Public Property StartLineCap As
System.Drawing.Drawing2D.LineCap
[C#] public System.Drawing.Drawing2D.LineCap
StartLineCap {get; set;}
Property Value
A value of type System.Drawing.Drawing2D.LineCap
Default value is System.Drawing.Drawing2D.LineCap.Flat
Explanation
The StartLineCap property sets the style of the start line for the Line, Polyline, and Pen objects.
If the StartArrowCap property is true, it will take priority over the StartLineCap property.
To make changes to an start line cap after it has been drawn, select the object and right click to display the "context menu", execute the ShowPropertyDialog method, or set the SelectedObjectStartLineCap property.
Also See
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit