NodeShape.ConfiguredChildPortShape(Port, Boolean) Method

Definition

Configure the child PortShape. position the child shape if necessary.

protected:
 virtual void ConfiguredChildPortShape(Microsoft::VisualStudio::Modeling::Diagrams::Port ^ child, bool childWasPlaced);
protected virtual void ConfiguredChildPortShape (Microsoft.VisualStudio.Modeling.Diagrams.Port child, bool childWasPlaced);
abstract member ConfiguredChildPortShape : Microsoft.VisualStudio.Modeling.Diagrams.Port * bool -> unit
override this.ConfiguredChildPortShape : Microsoft.VisualStudio.Modeling.Diagrams.Port * bool -> unit
Protected Overridable Sub ConfiguredChildPortShape (child As Port, childWasPlaced As Boolean)

Parameters

child
Port

the new child shape

childWasPlaced
Boolean

indicates if the child shape has already been placed on the target shape

Applies to