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

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

Property Value

A value of type System.Windows.Media.PenLineCap

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

 

The ImageKit WPF is created by Newtone Corporation