LinkShape::RouteJumpType Property
Visual Studio 2015
Gets or sets whether the link creates a jump where it crosses another link.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: [CLSCompliantAttribute(false)] property VGObjectLineJumpCode RouteJumpType { VGObjectLineJumpCode get(); void set(VGObjectLineJumpCode value); }
Property Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.GraphObject::VGObjectLineJumpCodeWhen one link crosses another on the diagram, the link can include a small bridge or semicircle shape. This makes it clear to the user that the two links are independent of each other. You can control which of the links includes a jump by setting this property.
Show: