ArrowType enumeration

ArrowType enumeration

Specifies the type of an arrow at a line end.

Members

NameDescription
NONEThe line does not have an arrow at the end.
ARROWThe arrow is a solid triangle.
STEALTHThe arrow is a “stealth” arrow.
DIAMONDThe line end is a solid diamond.
OVALThe line end is a solid oval.
OPENThe arrow is an open arrow.
DEFAULTSame as ArrowType.NONE.

See Also