CompositeActivityDesigner.OnLayoutSize 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
呼叫以根據活動目前的狀態 (摺疊或展開) 和子活動的清單,計算活動所需的大小。
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
參數
傳回
Size,其中包含 CompositeActivityDesigner 的新大小設定。
備註
OnLayoutSize 會為複合活動設計工具包含的每個活動設計工具執行重新調整大小工作。