Gets or sets which end of the connection is being moved by this ConnectionRelocatorThumb.

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 ConnectionEnd MovingEnd { get; set; }
Visual Basic (Declaration)
Public Property MovingEnd As ConnectionEnd

Remarks

Changing this property while the thumb is being dragged results in an InvalidOperationException.

See Also