Enum ArrowHeadShape
Controls the shape of an Arrow's head.
public enum ArrowHeadShape : byte
Fields
Closed = 2The same shape as Open, but the two side lines are connected to form a closed wireframe triangle.
Line = 3The head is a single line perpendicular to the arrow.
None = 0No head is rendered.
Open = 1The head is made up of two lines on either side connected to the end point.