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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'宣言
<CLSCompliantAttribute(False)> _
Public Property RouteJumpType As VGObjectLineJumpCode
Get
Set
[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.