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

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

Parameters

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

See Also