FreeformActivityDesigner.OnLayoutPosition(ActivityDesignerLayoutEventArgs) 方法
定义
在 FreeformActivityDesigner 上执行位置视觉提示和子设计器的布局任务。Performs layout tasks to position visual cues and child designers on the FreeformActivityDesigner.
protected:
override void OnLayoutPosition(System::Workflow::ComponentModel::Design::ActivityDesignerLayoutEventArgs ^ e);
protected override void OnLayoutPosition (System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs e);
override this.OnLayoutPosition : System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs -> unit
Protected Overrides Sub OnLayoutPosition (e As ActivityDesignerLayoutEventArgs)
参数
定义操作事件参数的 ActivityDesignerLayoutEventArgs。The ActivityDesignerLayoutEventArgs that defines the operation event arguments.