Expand Minimize
This topic has not yet been rated - Rate this topic

ShapeElement.OnChildConfiguring Method

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

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
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.

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.