Gets whether or not the mouse is being dragged over this DiagramNodeElement allowing the outbound connection points to be displayed. 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