ShapeElement.PerformResizeParentRule Method

Definition

Overloads

PerformResizeParentRule()

Sets up and fires the ResizeParentRule with the appropriate information for this shape's parent. It only fires the event once per iteration and keeps a list of all of the changes that will be handled later.

PerformResizeParentRule(Boolean, ShapeElement)

Sets up and fires the ResizeParentRule with the appropriate information for this shape's parent. It only fires the event once per iteration and keeps a list of all of the changes that will be handled later.

PerformResizeParentRule()

Sets up and fires the ResizeParentRule with the appropriate information for this shape's parent. It only fires the event once per iteration and keeps a list of all of the changes that will be handled later.

public:
 void PerformResizeParentRule();
public void PerformResizeParentRule ();
member this.PerformResizeParentRule : unit -> unit
Public Sub PerformResizeParentRule ()

Applies to

PerformResizeParentRule(Boolean, ShapeElement)

Sets up and fires the ResizeParentRule with the appropriate information for this shape's parent. It only fires the event once per iteration and keeps a list of all of the changes that will be handled later.

public:
 void PerformResizeParentRule(bool shapeDeleting, Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parent);
public void PerformResizeParentRule (bool shapeDeleting, Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parent);
member this.PerformResizeParentRule : bool * Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> unit
Public Sub PerformResizeParentRule (shapeDeleting As Boolean, parent As ShapeElement)

Parameters

shapeDeleting
Boolean
parent
ShapeElement

Applies to