Gets or sets the edge points for a line segment in a link shape that cannot jump.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public ReadOnly Property EdgePointsNoJumps As EdgePointCollection
'使用
Dim instance As LinkShape
Dim value As EdgePointCollection
value = instance.EdgePointsNoJumps
public EdgePointCollection EdgePointsNoJumps { get; }
public:
property EdgePointCollection^ EdgePointsNoJumps {
EdgePointCollection^ get ();
}
public function get EdgePointsNoJumps () : EdgePointCollection
Property Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.EdgePointCollection
The edge points for a line segment in a link shape that cannot jump.
Remarks
Jumps occur when two link shapes cross each other on the diagram. If a link shape cannot jump, it appears to go under a link shape that can jump. Edge points affect only a specific line segment in a link shape. A link shape can therefore have some sections that allow jumps, and others that do not.
Permissions
- 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.