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


In This Topic
    GoLayoutTreeLink Class Members
    In This Topic

    The following tables list the members exposed by GoLayoutTreeLink.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public Property Gets this link's From Node. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork`3.Link<GoLayoutTreeNode,GoLayoutTreeLink,GoLayoutTree>)
    Public Property Gets this link's From Node. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork`3.Link<GoLayoutTreeNode,GoLayoutTreeLink,GoLayoutTree>)
    Public Property Gets or sets this link's associated GoObject. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork`3.Link<GoLayoutTreeNode,GoLayoutTreeLink,GoLayoutTree>)
    Public Property Gets or sets the network that this link is part of. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork`3.Link<GoLayoutTreeNode,GoLayoutTreeLink,GoLayoutTree>)
    Public Property Gets or sets a point, relative to the parent node, that may be useful in routing this link.  
    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<GoLayoutTreeNode,GoLayoutTreeLink,GoLayoutTree>)
    Public Property Gets or sets the To Node for this link. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork`3.Link<GoLayoutTreeNode,GoLayoutTreeLink,GoLayoutTree>)
    Public Property Gets or sets the To Node for the link. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork`3.Link<GoLayoutTreeNode,GoLayoutTreeLink,GoLayoutTree>)
    Public Property Gets or Sets an integer associated with the link (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork`3.Link<GoLayoutTreeNode,GoLayoutTreeLink,GoLayoutTree>)
    Public Property Gets or Sets an Object associated with the link (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork`3.Link<GoLayoutTreeNode,GoLayoutTreeLink,GoLayoutTree>)
    Top
    Public Methods
     NameDescription
    Public MethodOverridden.  Commits the position of the link to the corresponding GoObject.  
    Public Method Finds and returns the link's node other than n. Returns null if n is neither the from node or to node. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork`3.Link<GoLayoutTreeNode,GoLayoutTreeLink,GoLayoutTree>)
    Public Method Finds and returns the link's port other than p. Returns null if p is neither the from port or to port. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork`3.Link<GoLayoutTreeNode,GoLayoutTreeLink,GoLayoutTree>)
    Public Method Don't need to do anything. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork`3.Link<GoLayoutTreeNode,GoLayoutTreeLink,GoLayoutTree>)
    Public Method Reverses the link; i.e., exchanges the from and to nodes. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork`3.Link<GoLayoutTreeNode,GoLayoutTreeLink,GoLayoutTree>)
    Public Method Remove this network link from the network. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork`3.Link<GoLayoutTreeNode,GoLayoutTreeLink,GoLayoutTree>)
    Top
    See Also