CompartmentShape::AllowsChildrenToShrinkParent Property

 

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.

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

Return to top
Show: