ThemeType Enumeration
Specifies the type of theme displayed in the Options dialog box.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
| Member name | Description | |
|---|---|---|
| Default | The theme settings are provided by the default workflow theme. | |
| System | The theme settings are provided by the operating system. | |
| UserDefined | The theme settings are provided by user-defined themes. |
Note |
|---|
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5. |
The user can modify UserDefined themes in the workflow designer, but cannot modify Default or System themes in that context.
The Options dialog box appears when a user right-clicks the workflow design surface and selects Select Custom Theme…. The Default and System categories are listed under the Standard Themes header in the selection window, while the UserDefined category, which contains any themes created by the user, are listed under the User Defined Themes header.
Themes define the background, foreground, text, icon and other styles used to render a workflow on the workflow design surface.
Available since 3.0
