GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGeneralNode Class / LayoutRightPorts Method
In This Topic
    LayoutRightPorts Method
    In This Topic
    Position all of the right ports along the right (or bottom) edge of the icon.
    Syntax
    protected virtual void LayoutRightPorts()
    Remarks
    Ports are placed adjacent to each other, centered along the icon's edge. The positioning depends on the values of RightPortsAlignment, RightPortsLabelSpacing, RightPortLabelsInside, and the result of calling GoGeneralNodePort.GoGeneralNodePort.LayoutLabel.
    See Also