GoXam for WPF v3
LayeredDigraphVertex Class Properties


Northwoods.GoXam.Layout Namespace : LayeredDigraphVertex Class

For a list of all members of this type, see LayeredDigraphVertex members.

Public Properties
 NameDescription
Public Property Gets or sets the Bounds of this node. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>)
Public Property Gets or sets the center Point of this vertex. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>)
Public Propertythe column to which the node is assigned; see LayeredDigraphLayout.InitializeColumns for details  
Public Propertythe connected component to which the node is assigned; used by LayeredDigraphLayout.OptimalLinkLengthLayering and LayeredDigraphLayout.ComponentPack  
Public Property 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>)
Public Property Gets the number of edges coming out of this vertex. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>)
Public Property 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>)
Public Propertytime of discovery in depth first search; used in LayeredDigraphLayout.DepthFirstSearchCycleRemoval  
Public Property 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>)
Public Property Gets the number of edges connected to this vertex. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>)
Public Propertytime of finishing in depth first search; used in LayeredDigraphLayout.DepthFirstSearchCycleRemoval  
Public PropertyGets or sets the offset of the Center from the Bounds.Position. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>)
Public PropertyGets the Bounds.Height. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>)
Public Propertythe index to which the node is assigned; see LayeredDigraphLayout.InitializeIndices for details  
Public Propertythe layer to which the node is assigned; see AssignLayers for details  
Public Propertyanother LayeredDigraphVertex in the same layer that this node should be near; used by LayeredDigraphLayout.CrossingMatrix  
Public Property Gets or sets the network that this vertex is part of. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>)
Public PropertyGets or sets the Node associated with this network vertex. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>)
Public Property Gets or sets the position (top-left corner) of this vertex. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>)
Public PropertyGets the Bounds.Size. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>)
Public Property 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>)
Public Property Gets the number of edges going into this vertex. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>)
Public Property 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>)
Public Propertya flag; used in LayeredDigraphLayout.GreedyCycleRemoval  
Public Property 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>)
Public PropertyGets the Bounds.Width. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>)
Top
See Also

Reference

LayeredDigraphVertex Class
Northwoods.GoXam.Layout Namespace