ArrowHeadEnds
ArrowHeadEnds Enum
Section titled “ArrowHeadEnds Enum”Namespace: Nodify
Assembly: Nodify
References: BaseConnection
The end at which the arrow head is drawn.
public enum ArrowHeadEndsFields
Section titled “Fields”Arrow heads at both ends.
Both = 2;Arrow head at end.
End = 1;No arrow head.
None = 3;Arrow head at start.
Start = 0;