[Serializable()] public class GoBoxPort : GoPort, IGoGraphPart, IGoIdentifiablePart, IGoPort
[Serializable()] public class GoBoxPort : GoPort, IGoGraphPart, IGoIdentifiablePart, IGoPort
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.