ActivityPreviewDesigner.OnLayoutSize(ActivityDesignerLayoutEventArgs) 方法

定义

ActivityPreviewDesigner 中包含的设计器上的视觉提示设置大小。

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

包含 Size 的新大小设置的 ActivityPreviewDesigner

注解

OnLayoutSize 确定 ActivityPreviewDesigner 的预览栏(显示子活动设计器的集合)和预览窗口(显示选定的活动设计器)的大小。 OnLayoutSize 还根据设计器是处于编辑模式还是预览模式来确定预览窗口的大小。

如果 Expanded 返回 false,则 OnLayoutSize 将返回从 SequentialActivityDesigner 继承的基实现。

适用于