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

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

Property Value

The end point arrow cap size of the selected Line or Polyline object

Default value is 10

Explanation

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

It is enabled only when the selected object is a Line or Polyline object. When the EditKind property is set to values other than KindOfEdit.Select, or when no object has been selected, or when the selected object is not a Line or Polyline object, the SelectedObjectEndArrowCapSize property value will be 10.

Also See

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

 

The ImageKit WPF is created by Newtone Corporation