-
-
Notifications
You must be signed in to change notification settings - Fork 230
Nodify_ArrowHeadEnds
miroiu edited this page Dec 23, 2024
·
1 revision
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;