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

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

Property Value

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

Default value is 10

Explanation

The SelectedObjectStartArrowCapSize property sets the size of the start 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 SelectedObjectStartArrowCapSize property value will be 10.

Also See

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

 

The ImageKit WPF is created by Newtone Corporation