SequentialActivityDesigner.OnLayoutPosition Method

Definition

Performs layout tasks to position visual cues and child designers on the SequentialActivityDesigner.

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

e
ActivityDesignerLayoutEventArgs

The ActivityDesignerLayoutEventArgs that contains the layout arguments.

Exceptions

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

Applies to