Share via


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

参数

返回

Size,它表示 SequentialWorkflowRootDesigner 上的视觉提示的大小。

适用于