Gets or sets the style of the jump for the link shape.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
<CLSCompliantAttribute(False)> _
Public Property RouteJumpType As VGObjectLineJumpCode
'使用
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
The jump for the link shape.
Remarks
A jump is used when two links overlap each other. It makes a section of one link appear as a bridge over the section of another link.
Permissions
- 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.