CompositeActivityDesigner.OnLayoutSize Method

Definition

Called to calculate the size needed for an activity based on its current state (collapsed or expanded) and its list of child activities.

protected:
 override System::Drawing::Size OnLayoutSize(System::Workflow::ComponentModel::Design::ActivityDesignerLayoutEventArgs ^ e);
protected override System.Drawing.Size OnLayoutSize (System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs e);
override this.OnLayoutSize : System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs -> System.Drawing.Size
Protected Overrides Function OnLayoutSize (e As ActivityDesignerLayoutEventArgs) As Size

Parameters

Returns

The Size that contains the new size settings for the CompositeActivityDesigner.

Remarks

OnLayoutSize performs resizing tasks for each activity designer that the composite activity designer contains.

Applies to