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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'宣言
Public ReadOnly Property EdgePointsNoJumps As EdgePointCollection
Get
public EdgePointCollection EdgePointsNoJumps { get; }
public:
property EdgePointCollection^ EdgePointsNoJumps {
EdgePointCollection^ get ();
}
member EdgePointsNoJumps : EdgePointCollection
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.