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 the LayoutVertex that this edge goes to. Setting this property does not change any LayoutVertex.sourceEdges collection.
VirtualcommitCommits the route of this edge to the corresponding Link, if any. By default this does nothing. Please read the Learn page on Extensions for how to override methods and how to call this base method.
Returns the edge's vertex at the other of this edge from the given vertex.
This holds CircularLayout-specific information about Links.
This class inherits from LayoutEdge.