共用方式為


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 的新大小。

適用於