Skip to content

ArrowHeadShape

Namespace: Nodify

Assembly: Nodify

References: BaseConnection

The shape of the arrowhead.

public enum ArrowHeadShape

The default arrowhead.

Arrowhead = 0;

An ellipse.

Ellipse = 1;

A rectangle.

Rectangle = 2;