FreeformActivityDesigner.ResizeContainedDesigner Method

Definition

Resizes the specified ActivityDesigner to the dimensions of specified size.

public:
 void ResizeContainedDesigner(System::Workflow::ComponentModel::Design::ActivityDesigner ^ containedDesigner, System::Drawing::Size newSize);
public void ResizeContainedDesigner (System.Workflow.ComponentModel.Design.ActivityDesigner containedDesigner, System.Drawing.Size newSize);
member this.ResizeContainedDesigner : System.Workflow.ComponentModel.Design.ActivityDesigner * System.Drawing.Size -> unit
Public Sub ResizeContainedDesigner (containedDesigner As ActivityDesigner, newSize As Size)

Parameters

containedDesigner
ActivityDesigner

The ActivityDesigner to resize.

newSize
Size

The Size that represents the new dimensions of the designer.

Exceptions

containedDesigner contains a null reference (Nothing in Visual Basic).

containedDesigner is not found in the ContainedDesigners collection.

Remarks

ResizeContainedDesigner sets new bounds for the resized designer and performs all required layout operations for the FreeformActivityDesigner on the workflow design surface.

containedDesigner must be in a child of the FreeformActivityDesigner before you call ResizeContainedDesigner. If it is not, ResizeContainedDesigner throws an ArgumentException.

Applies to