ShapeElement::OnChildConfigured Method (ShapeElement^, Boolean, Boolean)

 

Called when the positions and sizes of child shapes are about to be determined. Override to set specialized rules.

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

protected:
virtual void OnChildConfigured(
	ShapeElement^ child,
	bool childWasPlaced,
	bool createdDuringViewFixup
)

Parameters

child
Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^

The child shape.

childWasPlaced
Type: System::Boolean

true to indicate that the child shape was positioned; otherwise, false.

createdDuringViewFixup
Type: System::Boolean

true to indicate that a child shape was created when the elements in the view were adjusted; otherwise, false.

Default behavior is to redirect the call to the current Diagram.

Return to top
Show: