Files
APIVisualExecutor/docs/api/Nodify_ArrowHeadEnds.md
Ankitkumar Satapara 21aaef6776 Add project files.
2026-04-17 22:31:58 +05:30

540 B

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;