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

469 B

ArrowHeadShape Enum

Namespace: Nodify

Assembly: Nodify

References: BaseConnection

The shape of the arrowhead.

public enum ArrowHeadShape  

Fields

Arrowhead

The default arrowhead.

Arrowhead = 0;  

Ellipse

An ellipse.

Ellipse = 1;  

Rectangle

A rectangle.

Rectangle = 2;