Returns the DiagramConnectionElement that represents the visual for the given IDiagramConnection. This method returns null if no such DiagramConnectionElement can be found.

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

Syntax

C#
public DiagramConnectionElement FindConnectionElement(
	IDiagramConnection connection
)
Visual Basic (Declaration)
Public Function FindConnectionElement ( _
	connection As IDiagramConnection _
) As DiagramConnectionElement

Return Value

The DiagramConnectionElement that represents the given IDiagramConnection.

See Also