|  | |
| Line | |
 Syntax
Syntaxpublic enum LineCap
 Members
Members| Member name | Value | Description | 
|---|---|---|
| Flat | 0 | Flat line (Default). | 
| ArrowAnchor | 1 | Arrow shape. | 
| WideArrowAnchor | 2 | Wider arrow shape. | 
| WiderArrowAnchor | 3 | Wider arrow shape. | 
| ShortArrowAnchor | 4 | Short arrow shape. | 
| StealthArrowAnchor | 5 | Arrow shape with back facing arrow edges. | 
| ReverseArrowAnchor | 6 | Arrow that points into the center of the line. | 
| ReverseShortArrowAnchor | 7 | Short arrow that points into the center of the line. | 
| BoxAnchor | 8 | Box shape | 
| DiamondAnchor | 9 | Diamond shape | 
| CircleAnchor | 10 | Circle shape | 
 See Also
See Also