The MovableDiagramConnectionSegment type exposes the following members.

Methods

  NameDescription
Clone
Returns a deep clone of this DiagramConnectionSegment.
(Inherited from DiagramConnectionSegment.)
GetClosestPointTo
Returns the Point that lies on this DiagramConnectionSegment that is the closest point to the given one. The returned Point will have integer precision values.
(Inherited from DiagramConnectionSegment.)
MoveHorizontally
Changes the x value of the start and end points of this MovableDiagramConnectionSegment by the given value.
MoveVertically
Changes the y value of the start and end points of this MovableDiagramConnectionSegment by the given value.
RecalculateLayoutProperties
Calculates and sets the appropriate values for the Midpoint, IsHorizontal, and IsVertical properties.
(Inherited from DiagramConnectionSegment.)
SetEndPointNoNotify
Just sets the end point of this DiagramConnectionSegment without raising any property changed events.
(Inherited from DiagramConnectionSegment.)
SetHorizontal
Sets the y value of the start and end points to be the given value thus making this MovableDiagramConnectionSegment horizontal.
SetStartPointNoNotify
Just sets the start point of this DiagramConnectionSegment to be the given point without raising any property changed events. If the previous segment is null, then the end point of this segment will be set to be the given point instead.
(Inherited from DiagramConnectionSegment.)
SetVertical
Sets the x value of the start and end points to be the given value thus making this MovableDiagramConnectionSegment vertical.
ShallowClone
Returns a shallow clone of this MovableDiagramConnectionSegment.
(Overrides DiagramConnectionSegment..::.ShallowClone()()().)

See Also