LinkShape::RouteJumpType Property

 

Gets or sets whether the link creates a jump where it crosses another link.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
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);
}

When 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.

Return to top
Show: