GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoBoxPort Class
Members
In This Topic
    GoBoxPort Class
    In This Topic
    A rectangular port that is smart about where each of its links is connected, centered or distributed on each side, meeting the edge of the port orthogonally.
    Syntax
    [Serializable()]
    public class GoBoxPort : GoPort, IGoGraphPart, IGoIdentifiablePart, IGoPort  
    Remarks

    Although this class is normally used as part of a GoBoxNode to act as a port that surrounds another object, you can use GoBoxPort as part of other nodes, such as GoIconicNode.

    Normally links can connect at any of the four sides. If you want to permit links at only particular sides, you can set the FromSides and/or ToSides properties.

    See Also