Share via


StructuredCompositeActivityDesigner.OnLayoutSize メソッド

定義

StructuredCompositeActivityDesigner によって表示されるデザイナーのビジュアル キューのサイズが変更されたときに、StructuredCompositeActivityDesigner に通知します。

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 の新しいサイズを表す StructuredCompositeActivityDesigner

適用対象