Gets or sets the DiagramConnectionSegment that comes next in a chain of segments. Setting this property also makes sure that the previous 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 NextSegment { get; set; }
Visual Basic (Declaration)
Public Property NextSegment As DiagramConnectionSegment

See Also