Share via


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 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property AllowsChildrenToResizeParent As Boolean
'Usage
Dim instance As Diagram 
Dim value As Boolean 

value = instance.AllowsChildrenToResizeParent
public override bool AllowsChildrenToResizeParent { get; }
public:
virtual property bool AllowsChildrenToResizeParent {
    bool get () override;
}
public override function get AllowsChildrenToResizeParent () : boolean

Property Value

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

.NET Framework Security

See Also

Reference

Diagram Class

Diagram Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace