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