Gets the distance moved by the segment that raised the SegmentMovedEvent.

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 double DeltaMovement { get; private set; }
Visual Basic (Declaration)
Public Property DeltaMovement As Double

See Also