Changes the y value of the start and end points of this MovableDiagramConnectionSegment by the given value.

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 void MoveVertically(
	double delta
)
Visual Basic (Declaration)
Public Sub MoveVertically ( _
	delta As Double _
)

Parameters

delta
Type: System..::.Double
The amount to move this MovableDiagramConnectionSegment vertically by.

See Also