다음을 통해 공유


SequentialWorkflowRootDesigner.OnLayoutSize 메서드

정의

SequentialWorkflowRootDesigner 내에 포함된 디자이너에서 시각 신호의 크기를 설정합니다.

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에서 시각 신호의 크기를 나타내는 SequentialWorkflowRootDesigner입니다.

적용 대상