ThemeConfigurationDialog.ComposedTheme Property

Definition

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

public:
 property System::Workflow::ComponentModel::Design::WorkflowTheme ^ ComposedTheme { System::Workflow::ComponentModel::Design::WorkflowTheme ^ get(); };
public System.Workflow.ComponentModel.Design.WorkflowTheme ComposedTheme { get; }
member this.ComposedTheme : System.Workflow.ComponentModel.Design.WorkflowTheme
Public ReadOnly Property ComposedTheme As WorkflowTheme

Property Value

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

Remarks

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.

Applies to