ActivityDesigner.OnLayoutSize(ActivityDesignerLayoutEventArgs) 方法

定义

返回视觉提示或子活动设计器上 ActivityDesigner的大小。

protected:
 virtual System::Drawing::Size OnLayoutSize(System::Workflow::ComponentModel::Design::ActivityDesignerLayoutEventArgs ^ e);
protected virtual System.Drawing.Size OnLayoutSize(System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs e);
abstract member OnLayoutSize : System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs -> System.Drawing.Size
override this.OnLayoutSize : System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs -> System.Drawing.Size
Protected Overridable Function OnLayoutSize (e As ActivityDesignerLayoutEventArgs) As Size

参数

返回

视觉提示或子活动设计器的新大小设置。

例外

e 包含 null 引用(Visual Basic 中的 Nothing)。

适用于