Diagram::AllowsChildrenToResizeParent Property

 

Gets the diagram and verifies whether it should be resized so that all elements in the diagram appear.

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

true if the diagram should be resized so that all elements in the diagram appear; otherwise, false.

Return to top
Show: