ArrowHeadShape
ArrowHeadShape Enum
Section titled “ArrowHeadShape Enum”Namespace: Nodify
Assembly: Nodify
References: BaseConnection
The shape of the arrowhead.
public enum ArrowHeadShape
Fields
Section titled “Fields”Arrowhead
Section titled “Arrowhead”The default arrowhead.
Arrowhead = 0;
Ellipse
Section titled “Ellipse”An ellipse.
Ellipse = 1;
Rectangle
Section titled “Rectangle”A rectangle.
Rectangle = 2;