Share via


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

参数

返回

表示工作流设计图面上 Size 的新大小的 StructuredCompositeActivityDesigner

适用于