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

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

Property Value

The start point arrow cap size

Default value is 10

Explanation

The StartArrowCapSize property sets the size of the start point arrow cap for the Line and Polyline objects.

When the StartArrowCap property is True, the StartArrowCapSize property determines the size of the start arrow cap. As shown below, "L" represents the length of the start 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 SelectedObjectStartArrowCapSize property.

Also See

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

 

The ImageKit WPF is created by Newtone Corporation