GoStrokeArrowheadStyle Enumeration
In This Topic
Specifies the general shape of an arrowhead.
Syntax
Members
Member | Description |
BackSlash |
The arrowhead is a line crossing at an angle across the shaft.
|
Circle |
The arrowhead is drawn as a circle.
|
Cross |
The arrowhead is a line crossing perpendicularly to the shaft.
|
Polygon |
The arrow head is drawn as a polygon.
|
Slash |
The arrowhead is a line crossing at an angle across the shaft.
|
X |
The arrowhead is an X crossing across the shaft (commonly used in UML class diagrams for no navigation)
|
See Also