LinkShape::DefaultRoutingStyle Property
Visual Studio 2015
Gets the default routing style (straight or rectilinear) for the link, set in the DSL Definition.
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(); }
Property Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.GraphObject::VGRoutingStyleTo change the routing style for this link, set RoutingStyle.
Show: