NodeShape.IsPlaceRouteNode Property
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
'宣言
Protected Overridable ReadOnly Property IsPlaceRouteNode As Boolean
Get
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.