GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPortStyle Enumeration
In This Topic
    GoPortStyle Enumeration
    In This Topic
    Specifies the appearance of the port.
    Syntax
    public enum GoPortStyle : System.Enum 
    Members
    MemberDescription
    DiamondThe GoPort appears as a diamond or rhombus.
    EllipseThe GoPort appears as an ellipse or circle.
    NoneThe GoPort does not appear, although it may have visible links connected and may participate in linking operations.
    ObjectThe GoPort appears as any GoObject, as provided by the GoPort.PortObject property.
    PlusThe GoPort appears as a plus sign or "+".
    PlusTimesThe GoPort appears as a combination of a plus sign and a times sign, like an asterisk or star.
    RectangleThe GoPort appears as a rectangle or square.
    TimesThe GoPort appears as a times sign or "x".
    TriangleThe GoPort appears as a triangle, forming an arrow in the direction of a link coming in at this port's GoPort.ToSpot.
    TriangleBottomLeftThe GoPort appears as a triangle with a point at the BottomLeft.
    TriangleBottomRightThe GoPort appears as a triangle with a point at the BottomRight.
    TriangleMiddleBottomThe GoPort appears as a triangle with a point at the MiddleBottom.
    TriangleMiddleLeftThe GoPort appears as a triangle with a point at the MiddleLeft.
    TriangleMiddleRightThe GoPort appears as a triangle with a point at the MiddleRight.
    TriangleMiddleTopThe GoPort appears as a triangle with a point at the MiddleTop.
    TriangleTopLeftThe GoPort appears as a triangle with a point at the TopLeft.
    TriangleTopRightThe GoPort appears as a triangle with a point at the TopRight.
    See Also