Class TreeEdge
- Namespace
- Northwoods.Go.Layouts
- Assembly
- Northwoods.GoDiagram.WinForms.TreeLayout.dll
This holds TreeLayout-specific information about Links.
public class TreeEdge : Network<TreeVertex, TreeEdge, TreeLayout>.Edge
- Inheritance
-
TreeEdge
- Inherited Members
Remarks
This class inherits from Network<V, E, Y>.Edge.
Constructors
TreeEdge(TreeNetwork)
This constructs an edge that does not know about any Link and sets its network.
public TreeEdge(TreeNetwork network)
Parameters
network
TreeNetwork
Properties
RelativePoint
Gets or sets a Point, relative to the parent node, that may be useful in routing this link.
public Point RelativePoint { get; set; }
Property Value
Methods
Commit()
Commits the position of the Link and routes it.
public override void Commit()