Class ArrangingEdge

GoDiagram®
v10.0.8
by Northwoods Software®

This holds ArrangingLayout-specific information about Links.

Inheritance
ArrangingEdge
Namespace: Northwoods.Go.Layouts.Extensions
Assembly: ArrangingWinForms.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