StructuredCompositeActivityDesigner.OnLayoutSize(ActivityDesignerLayoutEventArgs) Método

Definição

Notifica o StructuredCompositeActivityDesigner quando o tamanho das indicações visuais sobre os designers exibidos pelo StructuredCompositeActivityDesigner foi alterado.Notifies the StructuredCompositeActivityDesigner when the size of the visual cues on the designers displayed by the StructuredCompositeActivityDesigner have changed.

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

Parâmetros

e
ActivityDesignerLayoutEventArgs

O ActivityDesignerLayoutEventArgs que contém os argumentos de layout.The ActivityDesignerLayoutEventArgs that contains the layout arguments.

Retornos

Size

O Size que representa o novo tamanho do StructuredCompositeActivityDesigner na área de design de fluxo de trabalho.The Size that represents the new size of the StructuredCompositeActivityDesigner on the workflow design surface.

Aplica-se a