StructuredCompositeActivityDesigner.OnLayoutSize 方法

定义

通知 StructuredCompositeActivityDesigner 更改了设计器上 StructuredCompositeActivityDesigner 视觉提示的大小何时发生更改。

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 工作流设计图面上的新大小 StructuredCompositeActivityDesigner

适用于