LinkShape::DefaultRoutingStyle Property

 

Gets the default routing style (straight or rectilinear) for the link, set in the DSL Definition.

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

protected:
[CLSCompliantAttribute(false)]
property VGRoutingStyle DefaultRoutingStyle {
	virtual VGRoutingStyle get();
}

To change the routing style for this link, set RoutingStyle.

Return to top
Show: