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