CompartmentShape::AllowsChildrenToShrinkParent Property
Visual Studio 2015
When children of this shape such as labels or compartments are deleted or get smaller, the shape can reduce in size, down to MinimumSize. Default is height only.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: property ResizeDirection AllowsChildrenToShrinkParent { virtual ResizeDirection get() override; }
Values are Height, Width, Both or None. The default is Height.
Override this property to change it.
Show: