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

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

Property Value

True: The end point arrow cap is filled

False: The end point arrow cap is not filled

Default value is False

Explanation

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

This property is enabled when the EndArrowCap property is True. The appearance of the end 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 SelectedObjectEndArrowCapFilled property.

Also See

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

 

The ImageKit WPF is created by Newtone Corporation