FreeformActivityDesigner.OnLayoutSize(ActivityDesignerLayoutEventArgs) Method

Definition

Notifies the FreeformActivityDesigner when the size of the visual cues on the designers displayed by the FreeformActivityDesigner 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 defines the operation event arguments.

Returns

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

Remarks

OnLayoutSize returns the size of the current bounding rectangle for the FreeformActivityDesigner when AutoSize is set to false. If AutoSize is set to true and AutoSizeMode is set to AutoSizeMode.GrowOnly, OnLayoutSize calculates and returns new size settings for the bounding rectangle. If AutoSize is set to true and AutoSizeMode is not set to AutoSizeMode.GrowAndShrink, OnLayoutSize returns MinimumSize.

Applies to