Skip to content

ArrowHeadEnds

Namespace: Nodify

Assembly: Nodify

References: BaseConnection

The end at which the arrow head is drawn.

public enum ArrowHeadEnds

Arrow heads at both ends.

Both = 2;

Arrow head at end.

End = 1;

No arrow head.

None = 3;

Arrow head at start.

Start = 0;