ActivityPreviewDesigner.OnLayoutSize(ActivityDesignerLayoutEventArgs) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为 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 的新大小设置的 ActivityPreviewDesigner。
注解
OnLayoutSize 确定 ActivityPreviewDesigner 的预览栏(显示子活动设计器的集合)和预览窗口(显示选定的活动设计器)的大小。 OnLayoutSize 还根据设计器是处于编辑模式还是预览模式来确定预览窗口的大小。
如果 Expanded 返回 false
,则 OnLayoutSize 将返回从 SequentialActivityDesigner 继承的基实现。