ThemeConfigurationDialog::ComposedTheme Property

 

Gets the workflow theme that is highlighted in the theme configuration dialog box in the workflow designer.

Namespace:   System.Workflow.ComponentModel.Design
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

public:
property WorkflowTheme^ ComposedTheme {
	WorkflowTheme^ get();
}

Property Value

Type: System.Workflow.ComponentModel.Design::WorkflowTheme^

The WorkflowTheme that is highlighted in the theme configuration dialog box in the workflow designer.

The theme that is highlighted in the theme configuration dialog box is the theme that is currently applied to the workflow design surface. Possible values include the default workflow theme, the operating system color theme, and any user-defined themes.

.NET Framework
Available since 3.0
Return to top
Show: