Gets the RequestedConnectionPoint. The requested connection point is a point on one of the DiagramConnectionSegment objects of this DiagramConnectionElement of which is a potential place for a connection to be connected to. 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 Nullable<Point> RequestedConnectionPoint { get; }
Visual Basic (Declaration)
Public ReadOnly Property RequestedConnectionPoint As Nullable(Of Point)

Remarks

Dependency Property Information
Identifier fieldRequestedConnectionPointProperty
Metadata properties set to trueNone

See Also