ActivityDesigner.OnLayoutSize(ActivityDesignerLayoutEventArgs) メソッド

定義

ActivityDesignerのビジュアル キューまたは子アクティビティ デザイナーのサイズを返します。

protected:
 virtual System::Drawing::Size OnLayoutSize(System::Workflow::ComponentModel::Design::ActivityDesignerLayoutEventArgs ^ e);
protected virtual System.Drawing.Size OnLayoutSize(System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs e);
abstract member OnLayoutSize : System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs -> System.Drawing.Size
override this.OnLayoutSize : System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs -> System.Drawing.Size
Protected Overridable Function OnLayoutSize (e As ActivityDesignerLayoutEventArgs) As Size

パラメーター

返品

ビジュアル キューまたは子アクティビティ デザイナーの新しいサイズ設定。

例外

e には、null 参照 (Visual Basic では Nothing) が含まれています。

適用対象