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

[Visual Basic] Public Property EndLineCap As System.Drawing.Drawing2D.LineCap
[C#] public System.Drawing.Drawing2D.LineCap EndLineCap {get; set;}

Property Value

A value of type System.Drawing.Drawing2D.LineCap

Default value is System.Drawing.Drawing2D.LineCap.Flat

Explanation

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

If the EndArrowCap property is true, it will take priority over the EndLineCap property.

To make changes to an end 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 SelectedObjectEndLineCap property.

Also See

ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit

 

The ImageKit.NET3 is created by Newtone Corporation