GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutTreeNode Class / PortSpot Property
In This Topic
    PortSpot Property (GoLayoutTreeNode)
    In This Topic
    Gets or sets the spot that this node's Northwoods.Go.GoPort gets as its Northwoods.Go.GoPort.FromSpot, if SetsPortSpot is true and the node has only a single port.
    Syntax
    public int PortSpot {get; set;}

    Property Value

    The default value is GoObject.NoSpot.
    Remarks
    This inherited property is initialized in the InitializeTreeNodeValues method. A value of GoObject.NoSpot will cause SetPortSpots to assign a Northwoods.Go.GoPort.FromSpot based on the parent node's Angle. If the value is other than NoSpot, it is just assigned. When Path is GoLayoutTreePath.Source, the Northwoods.Go.GoPort's Northwoods.Go.GoPort.ToSpot is set instead of the Northwoods.Go.GoPort.FromSpot.
    See Also