Gets whether or not the mouse is being dragged over the DiagramNodeElement of this connection point thumb allowing it to be displayed. This is useful for connection point validation UI. This is a dependency property.

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

Syntax

C#
public bool IsFromConnectionDragOver { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsFromConnectionDragOver As Boolean

Remarks

Dependency Property Information
Identifier fieldIsFromConnectionDragOverProperty
Metadata properties set to trueNone

See Also