NodeShape::AutoResizeParentOnBoundsChange Property
Visual Studio 2015
Gets the child shape and verifies whether its parent shape should be resized when the absolute bounds for the child shape change.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Property Value
Type: System::Booleantrue if the parent shape should be resized when the absolute bounds for the child shape change; otherwise, false.
If a shape doesn't require this functionality, it's better to override this property and return false - this will save some cycles spent in the rule.
Show: