다음을 통해 공유


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입니다.

적용 대상