Returns the DiagramElement that the mouse is currently over. This could be a DiagramNodeElement or a DiagramConnectionElement. Returns null if the mouse is not currently over any DiagramElement.

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

Syntax

C#
public DiagramElement FindMouseOverElement()
Visual Basic (Declaration)
Public Function FindMouseOverElement As DiagramElement

Return Value

The DiagramElement that the mouse is currently over if any.

See Also