StructuredCompositeActivityDesigner.OnLayoutSize Method

Definition

Notifies the StructuredCompositeActivityDesigner when the size of the visual cues on the designers displayed by the StructuredCompositeActivityDesigner have changed.

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

e
ActivityDesignerLayoutEventArgs

The ActivityDesignerLayoutEventArgs that contains the layout arguments.

Returns

The Size that represents the new size of the StructuredCompositeActivityDesigner on the workflow design surface.

Applies to