Share via


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 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Property RouteJumpType As VGObjectLineJumpCode
'Usage
Dim instance As LinkShape 
Dim value As VGObjectLineJumpCode 

value = instance.RouteJumpType

instance.RouteJumpType = value
[CLSCompliantAttribute(false)]
public VGObjectLineJumpCode RouteJumpType { get; set; }
[CLSCompliantAttribute(false)]
public:
property VGObjectLineJumpCode RouteJumpType {
    VGObjectLineJumpCode get ();
    void set (VGObjectLineJumpCode value);
}
public function get RouteJumpType () : VGObjectLineJumpCode 
public function set RouteJumpType (value : VGObjectLineJumpCode)

Property Value

Type: 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

LinkShape Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace