GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutLayeredDigraphLink Class
Properties Methods


In This Topic
    GoLayoutLayeredDigraphLink Class Members
    In This Topic

    The following tables list the members exposed by GoLayoutLayeredDigraphLink.

    Public Constructors
    Public Properties
     NameDescription
    Public Propertytrue if the link is part of depth first forest; used in GoLayoutLayeredDigraph.DepthFirstSearchCycleRemoval  
    Public Property Gets this link's From Node. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork`3.Link<GoLayoutLayeredDigraphNode,GoLayoutLayeredDigraphLink,GoLayoutLayeredDigraph>)
    Public Property Gets this link's From Node. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork`3.Link<GoLayoutLayeredDigraphNode,GoLayoutLayeredDigraphLink,GoLayoutLayeredDigraph>)
    Public Property Gets or sets this link's associated GoObject. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork`3.Link<GoLayoutLayeredDigraphNode,GoLayoutLayeredDigraphLink,GoLayoutLayeredDigraph>)
    Public Property Gets or sets the network that this link is part of. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork`3.Link<GoLayoutLayeredDigraphNode,GoLayoutLayeredDigraphLink,GoLayoutLayeredDigraph>)
    Public Property approximate column offset of the from port of the link from the from node column used in straightening  
    Public Property location of the port at the from node of the link; allows the crossing matrix to correctly calculate the crossings for nodes with multiple ports  
    Public Property approximate column offset of the to port of the link from the to node column used in straightening  
    Public Property location of the port at the to node of the link; allows the crossing matrix to correctly calculate the crossings for nodes with multiple ports  
    Public Property true if the link was reversed during cycle removal  
    Public Property Gets the GoStroke associated with the Network Link. This may be needed by the algorithm to add bends to the link. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork`3.Link<GoLayoutLayeredDigraphNode,GoLayoutLayeredDigraphLink,GoLayoutLayeredDigraph>)
    Public Property Gets or sets the To Node for this link. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork`3.Link<GoLayoutLayeredDigraphNode,GoLayoutLayeredDigraphLink,GoLayoutLayeredDigraph>)
    Public Property Gets or sets the To Node for the link. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork`3.Link<GoLayoutLayeredDigraphNode,GoLayoutLayeredDigraphLink,GoLayoutLayeredDigraph>)
    Public Property Gets or Sets an integer associated with the link (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork`3.Link<GoLayoutLayeredDigraphNode,GoLayoutLayeredDigraphLink,GoLayoutLayeredDigraph>)
    Public Property Gets or Sets an Object associated with the link (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork`3.Link<GoLayoutLayeredDigraphNode,GoLayoutLayeredDigraphLink,GoLayoutLayeredDigraph>)
    Public Propertytrue if the link is part of the proper digraph; see GoLayoutLayeredDigraph.MakeProper for details  
    Top
    Public Methods
    See Also