[]
Specifies the style of the arrowhead at the end of a line.
public enum ArrowheadStyle
Diamond = 4
Specifies a diamond-shaped arrow.
None = 0
Specifies no arrowhead.
Open = 2
Specifies an open arrow.
Oval = 5
Specifies an oval-shaped arrow.
Stealth = 3
Specifies a stealth-shaped arrow.
Triangle = 1
Specifies a triangular arrow.