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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property CanManuallyRoute As Boolean
public virtual bool CanManuallyRoute { get; }
public:
virtual property bool CanManuallyRoute {
bool get ();
}
abstract CanManuallyRoute : bool with get
override CanManuallyRoute : bool with get
function get CanManuallyRoute () : boolean
Property Value
Type: 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.