Class SpiralEdge

GoDiagram®
v10.0.8
by Northwoods Software®

This holds SpiralLayout-specific information about Links.

Inheritance
SpiralEdge
Namespace: Northwoods.Go.Layouts.Extensions
Assembly: SpiralWinForms.dll
Syntax
public class SpiralEdge : Network<SpiralVertex, SpiralEdge, SpiralLayout>.Edge
Remarks

This class inherits from Network<V, E, Y>.Edge.

Constructors

SpiralEdge(SpiralNetwork)

This constructs an edge that does not know about any Link and sets its network.

Declaration
public SpiralEdge(SpiralNetwork network)
Parameters
Type Name Description
SpiralNetwork network