ActivityDesignerLayoutEventArgs(Graphics, ActivityDesignerTheme) Costruttore

Definizione

Inizializza una nuova istanza della classe ActivityDesignerLayoutEventArgs con la grafica e il tema della finestra di progettazione specificati.

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)

Parametri

graphics
Graphics

Oggetto Graphics utilizzato per il layout della finestra di progettazione.

designerTheme
ActivityDesignerTheme

Oggetto ActivityDesignerTheme da utilizzare per l'aspetto.

Si applica a