Returns the DiagramConnectionElement that represents the visual for the given
IDiagramConnection. This method returns null if no such DiagramConnectionElement
can be found.
Namespace:
Mindscape.WpfDiagrammingAssembly: 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 |
Parameters
- connection
- Type: Mindscape.WpfDiagramming.Foundation..::.IDiagramConnection
The IDiagramConnection to find the DiagramConnectionElement for.