GoXam for WPF v3
LayeredDigraphEdge Class Properties


Northwoods.GoXam.Layout Namespace : LayeredDigraphEdge Class

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

Public Properties
 NameDescription
Public Propertytrue if the link is part of depth first forest; used in LayeredDigraphLayout.DepthFirstSearchCycleRemoval  
Public PropertyGets or sets this edge's "from" GenericNetwork.Vertex<V,E,Y>. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Edge<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>)
Public PropertyGets or sets this edge's associated Link. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Edge<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>)
Public Property Gets or sets the network that this edge is part of. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Edge<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>)
Public Property approximate column offset of the from port of the link from the from node column used in straightening  
Public Property location of the port at the from node of the link; allows the crossing matrix to correctly calculate the crossings for nodes with multiple ports  
Public Property approximate column offset of the to port of the link from the to node column used in straightening  
Public Property location of the port at the to node of the link; allows the crossing matrix to correctly calculate the crossings for nodes with multiple ports  
Public Property true if the link was reversed during cycle removal  
Public PropertyGets the Route associated with this edge. This may be needed by the algorithm to add bends to the link. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Edge<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>)
Public PropertyGets or sets this edge's "to" GenericNetwork.Vertex<V,E,Y>. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Edge<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>)
Public Propertytrue if the link is part of the proper digraph; see LayeredDigraphLayout.MakeProper for details  
Top
See Also

Reference

LayeredDigraphEdge Class
Northwoods.GoXam.Layout Namespace