This property sets the size of the end point arrow cap for the Line and Polyline objects.

[Visual Basic] Public Property EndArrowCapSize As Integer
[C#] public int EndArrowCapSize {get; set;}

Property Value

The end point arrow cap size

Default value is 10

Explanation

The EndArrowCapSize property sets the size of the end point arrow cap for the Line and Polyline objects.

When the EndArrowCap property is True, the EndArrowCapSize property determines the size of the end arrow cap. As shown below, "L" represents the length of the end arrow cap in pixels:

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 SelectedObjectEndArrowCapSize property.

Also See

ImageKit.Edit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation