Enum ShapeLineEndKind
The decoration drawn at one end of an open outline (ECMA-376 Part 1 §20.1.10.33 ST_LineEndType).
public enum ShapeLineEndKind
Fields
None = 0No decoration.
Triangle = 1A solid triangular arrowhead.
Stealth = 2A triangular head with a notched back.
Diamond = 3A diamond.
Oval = 4A circle.
Arrow = 5An open arrowhead, drawn as a slender notched head.