Compartilhar via


ActivityDesignerLayoutEventArgs(Graphics, ActivityDesignerTheme) Construtor

Definição

Inicializa uma nova instância da classe ActivityDesignerLayoutEventArgs com o tema de designer e gráficos especificados.

public:
 ActivityDesignerLayoutEventArgs(System::Drawing::Graphics ^ graphics, System::Workflow::ComponentModel::Design::ActivityDesignerTheme ^ designerTheme);
public ActivityDesignerLayoutEventArgs (System.Drawing.Graphics graphics, System.Workflow.ComponentModel.Design.ActivityDesignerTheme designerTheme);
new System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs : System.Drawing.Graphics * System.Workflow.ComponentModel.Design.ActivityDesignerTheme -> System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs
Public Sub New (graphics As Graphics, designerTheme As ActivityDesignerTheme)

Parâmetros

graphics
Graphics

O Graphics usou o layout do designer.

designerTheme
ActivityDesignerTheme

O ActivityDesignerTheme a ser usado para a aparência.

Aplica-se a