Share via


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 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property CanManuallyRoute As Boolean
'Usage
Dim instance As LinkShape 
Dim value As Boolean 

value = instance.CanManuallyRoute
public virtual bool CanManuallyRoute { get; }
public:
virtual property bool CanManuallyRoute {
    bool get ();
}
public function get CanManuallyRoute () : boolean

Property Value

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

Remarks

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

.NET Framework Security

See Also

Reference

LinkShape Class

LinkShape Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace

ManuallyRouted

RoutingStyle