Add project files.
This commit is contained in:
40
docs/api/Nodify_ArrowHeadShape.md
Normal file
40
docs/api/Nodify_ArrowHeadShape.md
Normal file
@@ -0,0 +1,40 @@
|
||||
# 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;
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user