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

[Visual Basic] Public Property EndLineCap As System.Windows.Media.PenLineCap
[C#] public System.Windows.Media.PenLineCap EndLineCap {get; set;}

Property Value

A value of type System.Windows.Media.PenLineCap

Default value is System.Windows.Media.PenLineCap.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.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation