LinkShape.EdgePointsNoJumps Property

The ordered list of points bounding the straight segments of the link shape. If the link has jumps, their points are not included in the list.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Syntax

'Declaration
Public ReadOnly Property EdgePointsNoJumps As EdgePointCollection
public EdgePointCollection EdgePointsNoJumps { get; }
public:
property EdgePointCollection^ EdgePointsNoJumps {
    EdgePointCollection^ get ();
}
member EdgePointsNoJumps : EdgePointCollection with get
function get EdgePointsNoJumps () : EdgePointCollection

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.EdgePointCollection

Remarks

A link consists of a series of straight line segments. A link that is displayed as a single straight line has two edge points, at the start and end of the line. A link that has one vertex or corner will have an additional edge point between the start and end.

This property does not include additional points for jumps where the link crosses another link. If you want to include jumps, use EdgePoints.

May be invalid if [P:Microsoft.VisualStudio.Modeling.Diagrams.LinkShape.IsRouted()] is false.

.NET Framework Security

See Also

Reference

LinkShape Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace