Class RadialEdge
This holds RadialLayout-specific information about Links.
Namespace: Northwoods.Go.Layouts.Extensions
Assembly: RadialAvalonia.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 |