Nodify_ArrowHeadEnds - miroiu/nodify GitHub Wiki

ArrowHeadEnds Enum

Namespace: Nodify

Assembly: Nodify

References: BaseConnection

The end at which the arrow head is drawn.

public enum ArrowHeadEnds  

Fields

Both

Arrow heads at both ends.

Both = 2;  

End

Arrow head at end.

End = 1;  

None

No arrow head.

None = 3;  

Start

Arrow head at start.

Start = 0;  
⚠️ **GitHub.com Fallback** ⚠️