CompositeActivityDesigner.OnLayoutPosition Method

Definition

Performs layout and positioning tasks for the contained visual cues or designers on the CompositeActivityDesigner to reposition its child activities.

protected:
 override void OnLayoutPosition(System::Workflow::ComponentModel::Design::ActivityDesignerLayoutEventArgs ^ e);
protected override void OnLayoutPosition (System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs e);
override this.OnLayoutPosition : System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs -> unit
Protected Overrides Sub OnLayoutPosition (e As ActivityDesignerLayoutEventArgs)

Parameters

Exceptions

e contains a null reference (Nothing in Visual Basic).

Remarks

OnLayoutPosition performs layout tasks for all of the child activity designers that the CompositeActivityDesigner contains.

Applies to