次の方法で共有


SequentialWorkflowRootDesigner.OnLayoutSize メソッド

定義

SequentialWorkflowRootDesigner 内に含まれるデザイナーでのビジュアル キューのサイズを設定します。

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

パラメーター

e
ActivityDesignerLayoutEventArgs

レイアウト引数を格納している ActivityDesignerLayoutEventArgs

戻り値

Size でのビジュアル キューのサイズを表す SequentialWorkflowRootDesigner

適用対象