NodeShape.IsPlaceRouteNode Property

True if the shape’s position can be adjusted

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.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 with get 
override IsPlaceRouteNode : bool with get
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

See Also

Reference

NodeShape Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace