FreeformActivityDesigner.ResizeContainedDesigner 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.
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.
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.