Returns the Edge that is opposite to the given Edge.

Namespace:  Mindscape.WpfDiagramming
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public static Edge OppositeOf(
	Edge edge
)
Visual Basic (Declaration)
Public Shared Function OppositeOf ( _
	edge As Edge _
) As Edge

Parameters

edge
Type: Mindscape.WpfDiagramming..::.Edge
The Edge to find the opposite Edge of.

Return Value

The opposite Edge of the given Edge.

See Also