ActivityPreviewDesigner.OnLayoutSize(ActivityDesignerLayoutEventArgs) Method

Definition

Sets the size of the visual cues on the designers contained within the ActivityPreviewDesigner.

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 ActivityPreviewDesigner.

Remarks

OnLayoutSize determines the size of the ActivityPreviewDesigner preview strip that displays the collection of child activity designers and the preview window that displays the selected activity designer. OnLayoutSize also determines the size of the preview window depending on whether the designer is in edit or preview mode.

If Expanded returns false, OnLayoutSize returns the base implementation inherited from SequentialActivityDesigner.

Applies to