Class ArrangingEdge
This holds ArrangingLayout-specific information about Links.
Namespace: Northwoods.Go.Layouts.Extensions
Assembly: ArrangingAvalonia.dll
Syntax
public class ArrangingEdge : Network<ArrangingVertex, ArrangingEdge, ArrangingLayout>.Edge
Remarks
This class inherits from Network<V, E, Y>.Edge.
Constructors
ArrangingEdge(ArrangingNetwork)
This constructs an edge that does not know about any Link and sets its network.
Declaration
public ArrangingEdge(ArrangingNetwork network)
Parameters
Type | Name | Description |
---|---|---|
ArrangingNetwork | network |