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)

protected:
property bool IsPlaceRouteNode {
	virtual bool get();
}

Property Value

Type: System::Boolean

Default is true if the shape has a parent and is a nested child shape. Override the method to vary this behavior.

Return to top
Show: