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

41 lines
469 B
Markdown

# ArrowHeadShape Enum
**Namespace:** Nodify
**Assembly:** Nodify
**References:** [BaseConnection](Nodify_BaseConnection)
The shape of the arrowhead.
```csharp
public enum ArrowHeadShape
```
## Fields
### Arrowhead
The default arrowhead.
```csharp
Arrowhead = 0;
```
### Ellipse
An ellipse.
```csharp
Ellipse = 1;
```
### Rectangle
A rectangle.
```csharp
Rectangle = 2;
```