NodeShape.AutoResizeParentOnBoundsChange Property

Definition

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.

Applies to