ShapeElement.AllowsChildrenToResizeParent Property

true if this shape can be resized when the size or position of a child shape is changed.

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

Syntax

'Declaration
Public Overridable ReadOnly Property AllowsChildrenToResizeParent As Boolean
'Usage
Dim instance As ShapeElement 
Dim value As Boolean 

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

Property Value

Type: System.Boolean

Remarks

By default, the return value is false.

.NET Framework Security

See Also

Reference

ShapeElement Class

ShapeElement Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace

MaximumSize