ShapeElement.OnChildConfiguring Method
Visual Studio 2012
Called after the size and position of a child shape has been determined.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
protected virtual void OnChildConfiguring( ShapeElement child, bool createdDuringViewFixup )
Parameters
- child
- Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
The child shape.
- createdDuringViewFixup
- Type: Boolean
true to indicate that a child shape was created when the elements in the view were adjusted; otherwise, false.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.