Share via


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

See Also

Reference

NodeShape Class

NodeShape Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace