CompartmentShape.AllowsChildrenToResizeParent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets value which determines if child shapes are allowed to resize this shape.
public:
virtual property bool AllowsChildrenToResizeParent { bool get(); };
public override bool AllowsChildrenToResizeParent { get; }
member this.AllowsChildrenToResizeParent : bool
Public Overrides ReadOnly Property AllowsChildrenToResizeParent As Boolean
Property Value
true - this shape resizes based on its children; false - children are clipped.