ActivityDesignerLayoutEventArgs(Graphics, ActivityDesignerTheme) Konstruktor

Definice

Inicializuje novou instanci ActivityDesignerLayoutEventArgs třídy pomocí zadané grafiky a motivu návrháře.

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)

Parametry

graphics
Graphics

Použité Graphics rozložení návrháře.

designerTheme
ActivityDesignerTheme

Použití ActivityDesignerTheme pro vzhled a chování.

Platí pro