Table of Contents

Enum ArrowHeadShape

Controls the shape of an Arrow's head.

public enum ArrowHeadShape : byte

Fields

Closed = 2

The same shape as Open, but the two side lines are connected to form a closed wireframe triangle.

Line = 3

The head is a single line perpendicular to the arrow.

None = 0

No head is rendered.

Open = 1

The head is made up of two lines on either side connected to the end point.