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

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

Property Value

True: The start point arrow cap is filled

False: The start point arrow cap is not filled

Default value is False

Explanation

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

This property is enabled when the StartArrowCap property is True. The appearance of the start arrow cap when it is filled or not filled can be seen below:

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

Also See

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

 

The ImageKit WPF is created by Newtone Corporation