Skip to content

Nodify_ArrowHeadEnds

miroiu edited this page Dec 23, 2024 · 1 revision

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;  
Clone this wiki locally