Diagram::RoutingStyle Property

 

Gets or sets the way link shapes are styled 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 VGRoutingStyle RoutingStyle {
	VGRoutingStyle get();
	void set(VGRoutingStyle value);
}

Property Value

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

The style to use on link shapes in the diagram.

Return to top
Show: