Sets the y value of the start and end points to be the given value thus making this MovableDiagramConnectionSegment horizontal.

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 SetHorizontal(
	double axisY
)
Visual Basic (Declaration)
Public Sub SetHorizontal ( _
	axisY As Double _
)

Parameters

axisY
Type: System..::.Double
The new y value of the start and end points of this MovableDiagramConnectionSegment.

See Also