CompartmentShape::AllowsChildrenToResizeParent Property

 

If true (default), when child shapes and shape fields such as headers expand, the shape also expands; if false, children are clipped to the current bounds of this shape.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
property bool AllowsChildrenToResizeParent {
	virtual bool get() override;
}

Property Value

Type: System::Boolean

Override this property to change it.

Return to top
Show: