Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.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
override CanManuallyRoute : bool
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
- 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.