Table of Contents

Class CircularVertex

Namespace
Northwoods.Go.Layouts
Assembly
Northwoods.GoDiagram.WinForms.CircularLayout.dll

This holds CircularLayout-specific information about Nodes.

public class CircularVertex : Network<CircularVertex, CircularEdge, CircularLayout>.Vertex
Inheritance
CircularVertex
Inherited Members

Remarks

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

Constructors

CircularVertex(CircularNetwork)

This constructs a vertex that does not know about any Node and sets its network.

public CircularVertex(CircularNetwork network)

Parameters

network CircularNetwork

Properties

ActualAngle

Gets or sets the value used as the vertex's angle.

public double ActualAngle { get; set; }

Property Value

double

Diameter

Gets or sets the value used as the vertex's diameter.

public double Diameter { get; set; }

Property Value

double

Remarks

By default the value depends on the Arrangement property. Any computed value is cached, to avoid unnecessary expensive computations.