This property sets whether or not the start point arrow cap of the selected Line or Polyline object will be filled.

[Visual Basic] Public Property SelectedObjectStartArrowCapFilled As Boolean
[C#] public bool SelectedObjectStartArrowCapFilled {get; set;}

Property Value

True: The start point arrow cap of the selected Line or Polyline object is filled

False: The start point arrow cap of the selected Line or Polyline object is not filled

Default value is False

Explanation

The SelectedObjectStartArrowCapFilled property sets whether or not the start point arrow cap of the selected Line or Polyline object is filled.

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 SelectedObjectStartArrowCapFilled property value will be False.

Also See

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

 

The ImageKit WPF is created by Newtone Corporation