Diagram::RouteJumpType Property

 

Gets or sets the jump style to use when a link shape crosses over another link shape on the diagram.

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

public:
[CLSCompliantAttribute(false)]
property VGPageLineJumpCode RouteJumpType {
	VGPageLineJumpCode get();
	void set(VGPageLineJumpCode value);
}

Property Value

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

The jump style to use when a link shape crosses over another link shape on the diagram.

Return to top
Show: