LinkShape.RouteJumpType Property

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

This API is not CLS-compliant. 

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Property RouteJumpType As VGObjectLineJumpCode
[CLSCompliantAttribute(false)]
public VGObjectLineJumpCode RouteJumpType { get; set; }
[CLSCompliantAttribute(false)]
public:
property VGObjectLineJumpCode RouteJumpType {
    VGObjectLineJumpCode get ();
    void set (VGObjectLineJumpCode value);
}
[<CLSCompliantAttribute(false)>]
member RouteJumpType : VGObjectLineJumpCode with get, set
function get RouteJumpType () : VGObjectLineJumpCode 
function set RouteJumpType (value : VGObjectLineJumpCode)

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGObjectLineJumpCode

Remarks

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.

.NET Framework Security

See Also

Reference

LinkShape Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace