UnindexedFor virtualized layouts working on model data instead of a Link.
Gets or sets the LayoutVertex that this edge comes from. Setting this property does not change any LayoutVertex.destinationEdges collection.
ReadonlynetworkGets the LayoutNetwork that owns this edge. The default value is null. It is set automatically for you in LayoutNetwork.createEdge.
Gets or sets a Point, relative to the parent node, that may be useful in routing this link.
Gets or sets the LayoutVertex that this edge goes to. Setting this property does not change any LayoutVertex.sourceEdges collection.
OverridecommitCommits the position of the Link and routes it.
Returns the edge's vertex at the other of this edge from the given vertex.
This holds TreeLayout-specific information about Links.
This class inherits from LayoutEdge.