ShapeElement.AllowsChildrenToResizeParent Property

Definition

Gets value which determines if child shapes are allowed to resize this shape.

public:
 virtual property bool AllowsChildrenToResizeParent { bool get(); };
public virtual bool AllowsChildrenToResizeParent { get; }
member this.AllowsChildrenToResizeParent : bool
Public Overridable ReadOnly Property AllowsChildrenToResizeParent As Boolean

Property Value

true - this shape resizes based on its children; false - children are clipped.

Applies to