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)

Syntax

'Declaration
Protected Overridable Sub OnChildConfiguring ( _
    child As ShapeElement, _
    createdDuringViewFixup As Boolean _
)
protected virtual void OnChildConfiguring(
    ShapeElement child,
    bool createdDuringViewFixup
)
protected:
virtual void OnChildConfiguring(
    ShapeElement^ child, 
    bool createdDuringViewFixup
)
abstract OnChildConfiguring : 
        child:ShapeElement * 
        createdDuringViewFixup:bool -> unit  
override OnChildConfiguring : 
        child:ShapeElement * 
        createdDuringViewFixup:bool -> unit
protected function OnChildConfiguring(
    child : ShapeElement, 
    createdDuringViewFixup : boolean
)

Parameters

  • createdDuringViewFixup
    Type: Boolean

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

Remarks

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

.NET Framework Security

See Also

Reference

ShapeElement Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace