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 the shape’s position can be adjusted
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property IsPlaceRouteNode As Boolean
protected virtual bool IsPlaceRouteNode { get; }
protected:
virtual property bool IsPlaceRouteNode {
bool get ();
}
abstract IsPlaceRouteNode : bool
override IsPlaceRouteNode : bool
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.