Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.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: 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
- 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.