LinkShape::CanManuallyRoute Property

 

true if users can manually route the link shape between elements in the diagram; otherwise, false.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
property bool CanManuallyRoute {
	virtual bool get();
}

Property Value

Type: System::Boolean

true if users can manually route the link shape between elements in the diagram; otherwise, false.

By default, links with the Straight routing style cannot be manually routed.

Return to top
Show: