Class RadialEdge

GoDiagram®
v10.0.8
by Northwoods Software®

This holds RadialLayout-specific information about Links.

Inheritance
RadialEdge
Namespace: Northwoods.Go.Layouts.Extensions
Assembly: RadialWinForms.dll
Syntax
public class RadialEdge : Network<RadialVertex, RadialEdge, RadialLayout>.Edge
Remarks

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

Constructors

RadialEdge(RadialNetwork)

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

Declaration
public RadialEdge(RadialNetwork network)
Parameters
Type Name Description
RadialNetwork network