Gets or sets the DiagramConnectionSegment that comes previously before this one in a chain of segments. Setting this property alse makes sure that the next segment of the set one is set to be this segment.

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 DiagramConnectionSegment PreviousSegment { get; set; }
Visual Basic (Declaration)
Public Property PreviousSegment As DiagramConnectionSegment

See Also