SequentialWorkflowRootDesigner.OnLayoutSize 方法

定义

设置包含在内 SequentialWorkflowRootDesigner设计器上的视觉提示的大小。

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

参数

e
ActivityDesignerLayoutEventArgs

包含布局参数的 < a0/>

返回

表示 Size 视觉提示的大小 SequentialWorkflowRootDesigner

适用于