| Name | Description |
 | Bounds |
Gets or sets the Bounds of this node.
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>) |
 | Center |
Gets or sets the center Point of this vertex.
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>) |
 | Column | the column to which the node is assigned; see LayeredDigraphLayout.InitializeColumns for details |
 | Component | the connected component to which the node is assigned; used by LayeredDigraphLayout.OptimalLinkLengthLayering and LayeredDigraphLayout.ComponentPack |
 | DestinationEdges |
Gets an enumerator that iterates over all of the edges going out of this vertex.
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>) |
 | DestinationEdgesCount |
Gets the number of edges coming out of this vertex.
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>) |
 | 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<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>) |
 | Discover | time of discovery in depth first search; used in LayeredDigraphLayout.DepthFirstSearchCycleRemoval |
 | 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<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>) |
 | EdgesCount |
Gets the number of edges connected to this vertex.
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>) |
 | Finish | time of finishing in depth first search; used in LayeredDigraphLayout.DepthFirstSearchCycleRemoval |
 | Focus | Gets or sets the offset of the Center from the Bounds.Position . (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>) |
 | Height | Gets the Bounds.Height . (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>) |
 | Index | the index to which the node is assigned; see LayeredDigraphLayout.InitializeIndices for details |
 | Layer | the layer to which the node is assigned; see AssignLayers for details |
 | Near | another LayeredDigraphVertex in the same layer that this node should be near; used by LayeredDigraphLayout.CrossingMatrix |
 | Network |
Gets or sets the network that this vertex is part of.
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>) |
 | Node | Gets or sets the Node associated with this network vertex. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>) |
 | Position |
Gets or sets the position (top-left corner) of this vertex.
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>) |
 | Size | Gets the Bounds.Size . (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>) |
 | SourceEdges |
Gets an enumerator that iterates over all of the edges coming into this vertex.
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>) |
 | SourceEdgesCount |
Gets the number of edges going into this vertex.
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>) |
 | SourceVertexes |
Gets an enumerator over all of the vertexes that have edges coming into this vertex.
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>) |
 | Valid | a flag; used in LayeredDigraphLayout.GreedyCycleRemoval |
 | Vertexes |
Gets an enumerator over all of the vertexes that are connected to this vertex.
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>) |
 | Width | Gets the Bounds.Width . (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>) |