NodeShape.IsPlaceRouteNode Property
True if the shape’s position can be adjusted
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property IsPlaceRouteNode As Boolean
'Usage
Dim value As Boolean
value = Me.IsPlaceRouteNode
protected virtual bool IsPlaceRouteNode { get; }
protected:
virtual property bool IsPlaceRouteNode {
bool get ();
}
protected function get IsPlaceRouteNode () : boolean
Property Value
Type: System.Boolean
Remarks
Default is true if the shape has a parent and is a nested child shape. Override the method to vary this behavior.
.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.