ThemeConfigurationDialog.ComposedTheme Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.