ShapeElement.PerformResizeParentRule Method
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.
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