LinkShape::RoutingStyle Property

 

Straight (from point to point) or rectilinear (made up of a series of horizontal and vertical segments).

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);
}

You can set this property or override it. The default implementation initializes the style from DefaultRoutingStyle, which you can set in the DSL Definition.

Return to top
Show: