ActivityDesignerThemeAttribute(Type) Constructor

Definition

Initializes a new instance of the ActivityDesignerThemeAttribute class by using the specified designer theme type.

public:
 ActivityDesignerThemeAttribute(Type ^ designerThemeType);
public ActivityDesignerThemeAttribute (Type designerThemeType);
new System.Workflow.ComponentModel.Design.ActivityDesignerThemeAttribute : Type -> System.Workflow.ComponentModel.Design.ActivityDesignerThemeAttribute
Public Sub New (designerThemeType As Type)

Parameters

designerThemeType
Type

A Type that represents the designer theme to be associated with the designer class.

Applies to