Gets whether a connection point position is being requested (the user is dragging a connection close to this one and the framework wishes to display a potential connection point). 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 IsRequestingConnectionPoint { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsRequestingConnectionPoint As Boolean

Remarks

Dependency Property Information
Identifier fieldIsRequestingConnectionPointProperty
Metadata properties set to trueNone

See Also