LinkShape::RoutingStyle Property
Visual Studio 2015
Straight (from point to point) or rectilinear (made up of a series of horizontal and vertical segments).
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: [CLSCompliantAttribute(false)] property VGRoutingStyle RoutingStyle { VGRoutingStyle get(); void set(VGRoutingStyle value); }
Property Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.GraphObject::VGRoutingStyleYou can set this property or override it. The default implementation initializes the style from DefaultRoutingStyle, which you can set in the DSL Definition.
Show: