Diagram::RoutingStyle Property
Visual Studio 2015
Gets or sets the way link shapes are styled on the diagram.
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::VGRoutingStyleThe style to use on link shapes in the diagram.
Show: