ShapeElement::OnChildConfiguring Method (ShapeElement^, Boolean)

 

Called after the size and position of a child shape has been determined.

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 OnChildConfiguring(
	ShapeElement^ child,
	bool createdDuringViewFixup
)

Parameters

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

The child shape.

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: