GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoStrokeArrowheadStyle Enumeration
In This Topic
    GoStrokeArrowheadStyle Enumeration
    In This Topic
    Specifies the general shape of an arrowhead.
    Syntax
    public enum GoStrokeArrowheadStyle : System.Enum 
    Members
    MemberDescription
    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