ParallelActivityDesigner.OnLayoutSize(ActivityDesignerLayoutEventArgs) メソッド

定義

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

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

Size の新しいサイズ設定を格納している ParallelActivityDesigner

適用対象