NodeShape.AutoResizeParentOnBoundsChange 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 or sets whether parent shape(s) should be automatically resized via a rule when this shape's absolute bounds are changed due to move or resize operation.
public:
virtual property bool AutoResizeParentOnBoundsChange { bool get(); };
public virtual bool AutoResizeParentOnBoundsChange { get; }
member this.AutoResizeParentOnBoundsChange : bool
Public Overridable ReadOnly Property AutoResizeParentOnBoundsChange As Boolean
Property Value
Remarks
If a shape doesn't require this functionality, it's better to override this property and return false - this will save some cycles spent in the rule.