Skip to content

Nodify_ArrowHeadShape

miroiu edited this page Dec 23, 2024 · 1 revision

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