[]
Specifies the possible line ending styles.
public enum LineEndingStyle
Public Enum LineEndingStyle
Name | Description |
---|---|
Butt | A short line at the endpoint perpendicular to the line itself. |
Circle | A circle filled with the annotation’s interior color, if any. |
ClosedArrow | Two 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. |
Diamond | A diamond shape filled with the annotation’s interior color, if any. |
None | No line ending. |
OpenArrow | Two short lines meeting in an acute angle to form an open arrowhead. |
RClosedArrow | A triangular closed arrowhead in the reverse direction from ClosedArrow. |
ROpenArrow | Two short lines in the reverse direction from OpenArrow. |
Slash | A short line at the endpoint approximately 30 degrees clockwise from perpendicular to the line itself |
Square | A square filled with the annotation’s interior color, if any. |