Enum LineEnding

LineEnding enumeration

Enumerates the line ending styles to be used in drawing the line.

public enum LineEnding

Values

NameValueDescription
None0No line ending.
Square1A square filled with the annotation�s interior color, if any.
Circle2A circle filled with the annotation�s interior color, if any.
Diamond3A diamond shape filled with the annotation�s interior color, if any.
OpenArrow4Two short lines meeting in an acute angle to form an open arrowhead.
ClosedArrow5Two short lines meeting in an acute angle as in the OpenArrow style and connected by a third line to form a triangular closed arrowhead filled with the annotation�s interior color, if any.
Butt6A short line at the endpoint perpendicular to the line itself.
ROpenArrow7Two short lines in the reverse direction from OpenArrow.
RClosedArrow8A triangular closed arrowhead in the reverse direction from ClosedArrow.
Slash9A short line at the endpoint approximately 30 degrees clockwise from perpendicular to the line itself.

See Also