ActivityPreviewDesigner.OnLayoutSize(ActivityDesignerLayoutEventArgs) 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.
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
The ActivityDesignerLayoutEventArgs that contains the event data.
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.