CompositeActivityDesigner.OnLayoutSize メソッド

定義

現在の状態 (折りたたまれた状態または展開された状態) と子アクティビティのリストに基づいてアクティビティに必要なサイズを計算するために呼び出されます。

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 の新しいサイズ設定を格納している CompositeActivityDesigner

注釈

OnLayoutSize は、複合アクティビティ デザイナーに含まれる各アクティビティ デザイナーのサイズ変更タスクを実行します。

適用対象