Class CircularEdge

GoDiagram®
v10.0.8
by Northwoods Software®

This holds CircularLayout-specific information about Links.

Inheritance
CircularEdge
Namespace: Northwoods.Go.Layouts
Assembly: Northwoods.GoDiagram.WinForms.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