The following tables list the members exposed by CircularVertex.
Public Constructors
Public Properties
| Name | Description |
 | ActualAngle |
Gets the computed angle for this particular vertex, given its position on the ellipse.
|
 | Bounds |
Gets or sets the Bounds of this node.
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>) |
 | Center |
Gets or sets the center Point of this vertex.
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>) |
 | DestinationEdges |
Gets an enumerator that iterates over all of the edges going out of this vertex.
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>) |
 | DestinationEdgesCount |
Gets the number of edges coming out of this vertex.
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>) |
 | DestinationVertexes |
Gets an enumerator over all of the vertexes that have edges going out of this vertex.
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>) |
 | Diameter |
Gets or sets the value used as the vertex's diameter
|
 | Edges |
Gets an enumerator over all of the edges going out of or coming into this vertex.
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>) |
 | EdgesCount |
Gets the number of edges connected to this vertex.
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>) |
 | Focus | Gets or sets the offset of the GenericNetwork.Vertex<V,E,Y>.Center from the GenericNetwork.Vertex<V,E,Y>.Bounds.Position . (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>) |
 | Height | Gets the GenericNetwork.Vertex<V,E,Y>.Bounds.Height . (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>) |
 | Network |
Gets or sets the network that this vertex is part of.
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>) |
 | Node | Gets or sets the GenericNetwork.Vertex<V,E,Y>.Node associated with this network vertex. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>) |
 | Position |
Gets or sets the position (top-left corner) of this vertex.
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>) |
 | Size | Gets the GenericNetwork.Vertex<V,E,Y>.Bounds.Size . (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>) |
 | SourceEdges |
Gets an enumerator that iterates over all of the edges coming into this vertex.
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>) |
 | SourceEdgesCount |
Gets the number of edges going into this vertex.
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>) |
 | SourceVertexes |
Gets an enumerator over all of the vertexes that have edges coming into this vertex.
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>) |
 | Vertexes |
Gets an enumerator over all of the vertexes that are connected to this vertex.
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>) |
 | Width | Gets the GenericNetwork.Vertex<V,E,Y>.Bounds.Width . (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>) |
Top
Public Methods
| Name | Description |
 | AddDestinationEdge |
Adds an edge to the list successors
(i.e., the edge will be going out from this vertex).
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>) |
 | AddSourceEdge |
Adds an edge to the list of predecessors
(i.e., the edge will be coming into this vertex).
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>) |
 | CommitPosition | Moves the Northwoods.GoXam.Node corresponding to this vertex so that its position is the current GenericNetwork.Vertex<V,E,Y>.Position. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>) |
 | ComputeDiameter |
Finds the effective diameter of this CircularVertex, which may depend on the angle
at which the ellipse is being filled
|
 | DeleteDestinationEdge |
Deletes an edge from the list of successors
(i.e., the edge was going out from this vertex).
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>) |
 | DeleteSourceEdge |
Deletes an edge from the list of predecessors
(i.e., the edge was coming into this vertex).
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>) |
 | ToString |
Returns a string representing the CircularVertex
|
Top
See Also