NodeShape::ShouldAutoPlaceChildShapes Property

 

Gets a shape and verifies whether its nested child shapes should be automatically positioned on the diagram.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
property bool ShouldAutoPlaceChildShapes {
	virtual bool get();
}

Property Value

Type: System::Boolean

true if the nested child shapes should be automatically positioned; otherwise, false.

Return to top
Show: